Html Css Color HEX #CA79DD Orchid

📋 copy color: '#CA79DD'

red 202 ◦ green 121 ◦ blue 221

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

Shades of Orchid #CA79DD

Tints of Orchid #CA79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 37.13%
G = 22.24%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA79DD (or 0xCA79DD) is known color: Orchid. HEX triplet: CA, 79 and DD. RGB value is (202,121,221). Sum of RGB (Red+Green+Blue) = 202+121+221=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79DD is #358622. Grayscale: #9C9C9C. Windows color (decimal): -3507747 or 14514634. OLE color: 14514634.

HSL color Cylindrical-coordinate representation of color #CA79DD: hue angle of 288.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA79DD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 121 221 -
CMYK 0.09 0.45 0 0.13
HSL 288.6º 0.6% 0.67% -
HSV(B) 288.6º 0.45% 0.87% -
XYZ 44.25 31.45 72.15 -
YUV 156.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 202 121 221 0.09 0.45 0 0.13 288.6 0.6 0.67
Hex CA 79 DD 9 2D 0 D 121 3C 43
Octal 312 171 335 11 55 0 15 441 74 103
Binary 11001010 1111001 11011101 1001 101101 0 1101 100100001 111100 1000011

Color Harmonies of #CA79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79DD

Black with #CA79DD

Text Example


Text Example

White with #CA79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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