Html Css Color HEX #CA78C4 Orchid

📋 copy color: '#CA78C4'

red 202 ◦ green 120 ◦ blue 196

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

Shades of Orchid #CA78C4

Tints of Orchid #CA78C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 39%
G = 23.17%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA78C4 (or 0xCA78C4) is known color: Orchid. HEX triplet: CA, 78 and C4. RGB value is (202,120,196). Sum of RGB (Red+Green+Blue) = 202+120+196=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C4 is #35873B. Grayscale: #989898. Windows color (decimal): -3508028 or 12875978. OLE color: 12875978.

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

Color convert

RGB 202 120 196 -
CMYK 0 0.41 0.03 0.21
HSL 304.39º 0.44% 0.63% -
HSV(B) 304.39º 0.41% 0.79% -
XYZ 41.04 29.98 55.85 -
YUV 153.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 202 120 196 0 0.41 0.03 0.21 304.39 0.44 0.63
Hex CA 78 C4 0 29 3 15 130 2C 3F
Octal 312 170 304 0 51 3 25 460 54 77
Binary 11001010 1111000 11000100 0 101001 11 10101 100110000 101100 111111

Color Harmonies of #CA78C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78C4

Black with #CA78C4

Text Example


Text Example

White with #CA78C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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