Html Css Color HEX #CA78DC Orchid

📋 copy color: '#CA78DC'

red 202 ◦ green 120 ◦ blue 220

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

Shades of Orchid #CA78DC

Tints of Orchid #CA78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 37.27%
G = 22.14%
B = 40.59%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA78DC (or 0xCA78DC) is known color: Orchid. HEX triplet: CA, 78 and DC. RGB value is (202,120,220). Sum of RGB (Red+Green+Blue) = 202+120+220=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DC is #358723. Grayscale: #9B9B9B. Windows color (decimal): -3508004 or 14448842. OLE color: 14448842.

HSL color Cylindrical-coordinate representation of color #CA78DC: hue angle of 289.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA78DC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 120 220 -
CMYK 0.08 0.45 0 0.14
HSL 289.2º 0.59% 0.67% -
HSV(B) 289.2º 0.45% 0.86% -
XYZ 43.99 31.16 71.41 -
YUV 155.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 202 120 220 0.08 0.45 0 0.14 289.2 0.59 0.67
Hex CA 78 DC 8 2D 0 E 121 3B 43
Octal 312 170 334 10 55 0 16 441 73 103
Binary 11001010 1111000 11011100 1000 101101 0 1110 100100001 111011 1000011

Color Harmonies of #CA78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78DC

Black with #CA78DC

Text Example


Text Example

White with #CA78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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