Html Css Color HEX #CA78D8 Orchid

📋 copy color: '#CA78D8'

red 202 ◦ green 120 ◦ blue 216

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

Shades of Orchid #CA78D8

Tints of Orchid #CA78D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 37.55%
G = 22.3%
B = 40.15%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA78D8 (or 0xCA78D8) is known color: Orchid. HEX triplet: CA, 78 and D8. RGB value is (202,120,216). Sum of RGB (Red+Green+Blue) = 202+120+216=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D8 is #358727. Grayscale: #9B9B9B. Windows color (decimal): -3508008 or 14186698. OLE color: 14186698.

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

Color convert

RGB 202 120 216 -
CMYK 0.06 0.44 0 0.15
HSL 291.25º 0.55% 0.66% -
HSV(B) 291.25º 0.44% 0.85% -
XYZ 43.47 30.95 68.65 -
YUV 155.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 202 120 216 0.06 0.44 0 0.15 291.25 0.55 0.66
Hex CA 78 D8 6 2C 0 F 123 37 42
Octal 312 170 330 6 54 0 17 443 67 102
Binary 11001010 1111000 11011000 110 101100 0 1111 100100011 110111 1000010

Color Harmonies of #CA78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78D8

Black with #CA78D8

Text Example


Text Example

White with #CA78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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