#CA75C1

Color #CA75C1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA75C1

Tints of Orchid #CA75C1

Color information

#CA75C1 (or 0xCA75C1) is unknown color: approx Orchid. HEX triplet: CA, 75 and C1. RGB value is (202,117,193). Sum of RGB (Red+Green+Blue) = 202+117+193=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75C1 is #358A3E. Grayscale: #969696. Windows color (decimal): -3508799 or 12678602. OLE color: 12678602.

HSL color Cylindrical-coordinate representation of color #CA75C1: hue angle of 306.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75C1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202117193-
CMYK00.420.040.21
HSL306.35º44.5%62.55%-
HSV(B)306.35º42.08%79.22%-
XYZ40.3429.1353.95-
YUV151.08151.66164.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=39.45%
G=22.85%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211719300.420.040.21306.3544.562.55
HexCA75C102A4151322d3f
Octal3121653010524254625577
Binary11001010111010111000001010101010010101100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75C1; }

 p { color: rgb(202,117,193); }

 H1.HeaderClassName
 {
   color: #CA75C1;
 }
 .AnyTagClassName
 {
   color: #CA75C1;
 }
</style>
background-color css

<style>
 a { background-color: #CA75C1; }

 a { background-color: rgb(202,117,193); }

 div.DivClassName
 {
   background-color: #CA75C1;
 }
 .BgClassName
 {
   background-color: #CA75C1;
 }
</style>
border-color css

<style>
 span { border-color: #CA75C1; }

 span { border-color: rgb(202,117,193); }

 td.TdClassName
 {
   border-color: #CA75C1;
 }
 .TagClassName
 {
   border-color: #CA75C1;
 }
</style>