Html Css Color HEX #CA79CA Orchid

📋 copy color: '#CA79CA'

red 202 ◦ green 121 ◦ blue 202

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

Shades of Orchid #CA79CA

Tints of Orchid #CA79CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 38.48%
G = 23.05%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA79CA (or 0xCA79CA) is known color: Orchid. HEX triplet: CA, 79 and CA. RGB value is (202,121,202). Sum of RGB (Red+Green+Blue) = 202+121+202=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79CA is #358635. Grayscale: #9A9A9A. Windows color (decimal): -3507766 or 13269450. OLE color: 13269450.

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

Color convert

RGB 202 121 202 -
CMYK 0 0.40 0 0.21
HSL 300º 0.43% 0.63% -
HSV(B) 300º 0.4% 0.79% -
XYZ 41.86 30.5 59.56 -
YUV 154.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 202 121 202 0 0.40 0 0.21 300 0.43 0.63
Hex CA 79 CA 0 28 0 15 12C 2B 3F
Octal 312 171 312 0 50 0 25 454 53 77
Binary 11001010 1111001 11001010 0 101000 0 10101 100101100 101011 111111

Color Harmonies of #CA79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79CA

Black with #CA79CA

Text Example


Text Example

White with #CA79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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