Html Css Color HEX #CA72CA Orchid

📋 copy color: '#CA72CA'

red 202 ◦ green 114 ◦ blue 202

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

Shades of Orchid #CA72CA

Tints of Orchid #CA72CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 39%
G = 22.01%
B = 39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA72CA (or 0xCA72CA) is known color: Orchid. HEX triplet: CA, 72 and CA. RGB value is (202,114,202). Sum of RGB (Red+Green+Blue) = 202+114+202=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72CA is #358D35. Grayscale: #969696. Windows color (decimal): -3509558 or 13267658. OLE color: 13267658.

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

Color convert

RGB 202 114 202 -
CMYK 0 0.44 0 0.21
HSL 300º 0.45% 0.62% -
HSV(B) 300º 0.44% 0.79% -
XYZ 41.04 28.86 59.28 -
YUV 150.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 202 114 202 0 0.44 0 0.21 300 0.45 0.62
Hex CA 72 CA 0 2C 0 15 12C 2D 3E
Octal 312 162 312 0 54 0 25 454 55 76
Binary 11001010 1110010 11001010 0 101100 0 10101 100101100 101101 111110

Color Harmonies of #CA72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72CA

Black with #CA72CA

Text Example


Text Example

White with #CA72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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