Html Css Color HEX #CA78BE Orchid

📋 copy color: '#CA78BE'

red 202 ◦ green 120 ◦ blue 190

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

Shades of Orchid #CA78BE

Tints of Orchid #CA78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 39.45%
G = 23.44%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA78BE (or 0xCA78BE) is known color: Orchid. HEX triplet: CA, 78 and BE. RGB value is (202,120,190). Sum of RGB (Red+Green+Blue) = 202+120+190=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78BE is #358741. Grayscale: #989898. Windows color (decimal): -3508034 or 12482762. OLE color: 12482762.

HSL color Cylindrical-coordinate representation of color #CA78BE: hue angle of 308.78º 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 #CA78BE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 190 -
CMYK 0 0.41 0.06 0.21
HSL 308.78º 0.44% 0.63% -
HSV(B) 308.78º 0.41% 0.79% -
XYZ 40.37 29.71 52.32 -
YUV 152.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 202 120 190 0 0.41 0.06 0.21 308.78 0.44 0.63
Hex CA 78 BE 0 29 6 15 135 2C 3F
Octal 312 170 276 0 51 6 25 465 54 77
Binary 11001010 1111000 10111110 0 101001 110 10101 100110101 101100 111111

Color Harmonies of #CA78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78BE

Black with #CA78BE

Text Example


Text Example

White with #CA78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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