Html Css Color HEX #CA75D6 Orchid

📋 copy color: '#CA75D6'

red 202 ◦ green 117 ◦ blue 214

#CA75D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA75D6

Tints of Orchid #CA75D6

RGB

 RED value IS 202 (79.3% from 255) = 37.9%

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 37.9%
G = 21.95%
B = 40.15%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA75D6 (or 0xCA75D6) is known color: Orchid. HEX triplet: CA, 75 and D6. RGB value is (202,117,214). Sum of RGB (Red+Green+Blue) = 202+117+214=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D6 is #358A29. Grayscale: #999999. Windows color (decimal): -3508778 or 14054858. OLE color: 14054858.

HSL color Cylindrical-coordinate representation of color #CA75D6: hue angle of 292.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA75D6 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 117 214 -
CMYK 0.06 0.45 0 0.16
HSL 292.58º 0.54% 0.65% -
HSV(B) 292.58º 0.45% 0.84% -
XYZ 42.86 30.13 67.18 -
YUV 153.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 202 117 214 0.06 0.45 0 0.16 292.58 0.54 0.65
Hex CA 75 D6 6 2D 0 10 125 36 41
Octal 312 165 326 6 55 0 20 445 66 101
Binary 11001010 1110101 11010110 110 101101 0 10000 100100101 110110 1000001

Color Harmonies of #CA75D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75D6

Black with #CA75D6

Text Example


Text Example

White with #CA75D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75D6; }

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

 H1.HeaderClassName
 {
   color: #CA75D6;
 }
 .AnyTagClassName
 {
   color: #CA75D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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