Html Css Color HEX #CA79DA Orchid

📋 copy color: '#CA79DA'

red 202 ◦ green 121 ◦ blue 218

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

Shades of Orchid #CA79DA

Tints of Orchid #CA79DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.37%

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 37.34%
G = 22.37%
B = 40.3%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA79DA (or 0xCA79DA) is known color: Orchid. HEX triplet: CA, 79 and DA. RGB value is (202,121,218). Sum of RGB (Red+Green+Blue) = 202+121+218=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79DA is #358625. Grayscale: #9B9B9B. Windows color (decimal): -3507750 or 14318026. OLE color: 14318026.

HSL color Cylindrical-coordinate representation of color #CA79DA: hue angle of 290.1º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA79DA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 121 218 -
CMYK 0.07 0.44 0 0.15
HSL 290.1º 0.57% 0.66% -
HSV(B) 290.1º 0.44% 0.85% -
XYZ 43.85 31.29 70.06 -
YUV 156.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 202 121 218 0.07 0.44 0 0.15 290.1 0.57 0.66
Hex CA 79 DA 7 2C 0 F 122 39 42
Octal 312 171 332 7 54 0 17 442 71 102
Binary 11001010 1111001 11011010 111 101100 0 1111 100100010 111001 1000010

Color Harmonies of #CA79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79DA

Black with #CA79DA

Text Example


Text Example

White with #CA79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79DA; }

 p { color: rgb(202,121,218); }

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

background-color css

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

 a { background-color: rgb(202,121,218); }

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

border-color css

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

 span { border-color: rgb(202,121,218); }

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