Html Css Color HEX #CA78DB Orchid

📋 copy color: '#CA78DB'

red 202 ◦ green 120 ◦ blue 219

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

Shades of Orchid #CA78DB

Tints of Orchid #CA78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 37.34%
G = 22.18%
B = 40.48%

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

#CA78DB (or 0xCA78DB) is known color: Orchid. HEX triplet: CA, 78 and DB. RGB value is (202,120,219). Sum of RGB (Red+Green+Blue) = 202+120+219=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DB is #358724. Grayscale: #9B9B9B. Windows color (decimal): -3508005 or 14383306. OLE color: 14383306.

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

Color convert

RGB 202 120 219 -
CMYK 0.08 0.45 0 0.14
HSL 289.7º 0.58% 0.66% -
HSV(B) 289.7º 0.45% 0.86% -
XYZ 43.86 31.1 70.71 -
YUV 155.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 202 120 219 0.08 0.45 0 0.14 289.7 0.58 0.66
Hex CA 78 DB 8 2D 0 E 122 3A 42
Octal 312 170 333 10 55 0 16 442 72 102
Binary 11001010 1111000 11011011 1000 101101 0 1110 100100010 111010 1000010

Color Harmonies of #CA78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78DB

Black with #CA78DB

Text Example


Text Example

White with #CA78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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