Html Css Color HEX #CA78B9 Orchid

📋 copy color: '#CA78B9'

red 202 ◦ green 120 ◦ blue 185

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

Shades of Orchid #CA78B9

Tints of Orchid #CA78B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 39.84%
G = 23.67%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA78B9 (or 0xCA78B9) is known color: Orchid. HEX triplet: CA, 78 and B9. RGB value is (202,120,185). Sum of RGB (Red+Green+Blue) = 202+120+185=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78B9 is #358746. Grayscale: #979797. Windows color (decimal): -3508039 or 12155082. OLE color: 12155082.

HSL color Cylindrical-coordinate representation of color #CA78B9: hue angle of 312.44º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 185 -
CMYK 0 0.41 0.08 0.21
HSL 312.44º 0.44% 0.63% -
HSV(B) 312.44º 0.41% 0.79% -
XYZ 39.83 29.49 49.49 -
YUV 151.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 202 120 185 0 0.41 0.08 0.21 312.44 0.44 0.63
Hex CA 78 B9 0 29 8 15 138 2C 3F
Octal 312 170 271 0 51 10 25 470 54 77
Binary 11001010 1111000 10111001 0 101001 1000 10101 100111000 101100 111111

Color Harmonies of #CA78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78B9

Black with #CA78B9

Text Example


Text Example

White with #CA78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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