Html Css Color HEX #CA78D7 Orchid

📋 copy color: '#CA78D7'

red 202 ◦ green 120 ◦ blue 215

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

Shades of Orchid #CA78D7

Tints of Orchid #CA78D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 37.62%
G = 22.35%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA78D7 (or 0xCA78D7) is known color: Orchid. HEX triplet: CA, 78 and D7. RGB value is (202,120,215). Sum of RGB (Red+Green+Blue) = 202+120+215=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D7 is #358728. Grayscale: #9B9B9B. Windows color (decimal): -3508009 or 14121162. OLE color: 14121162.

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

Color convert

RGB 202 120 215 -
CMYK 0.06 0.44 0 0.16
HSL 291.79º 0.54% 0.66% -
HSV(B) 291.79º 0.44% 0.84% -
XYZ 43.34 30.9 67.97 -
YUV 155.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 202 120 215 0.06 0.44 0 0.16 291.79 0.54 0.66
Hex CA 78 D7 6 2C 0 10 124 36 42
Octal 312 170 327 6 54 0 20 444 66 102
Binary 11001010 1111000 11010111 110 101100 0 10000 100100100 110110 1000010

Color Harmonies of #CA78D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78D7

Black with #CA78D7

Text Example


Text Example

White with #CA78D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78D7; }

 p { color: rgb(202,120,215); }

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

background-color css

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

 a { background-color: rgb(202,120,215); }

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

border-color css

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

 span { border-color: rgb(202,120,215); }

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