Html Css Color HEX #CA72CB Orchid

📋 copy color: '#CA72CB'

red 202 ◦ green 114 ◦ blue 203

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

Shades of Orchid #CA72CB

Tints of Orchid #CA72CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 38.92%
G = 21.97%
B = 39.11%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA72CB (or 0xCA72CB) is known color: Orchid. HEX triplet: CA, 72 and CB. RGB value is (202,114,203). Sum of RGB (Red+Green+Blue) = 202+114+203=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72CB is #358D34. Grayscale: #969696. Windows color (decimal): -3509557 or 13333194. OLE color: 13333194.

HSL color Cylindrical-coordinate representation of color #CA72CB: hue angle of 299.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA72CB is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 114 203 -
CMYK 0.00 0.44 0 0.20
HSL 299.33º 0.46% 0.62% -
HSV(B) 299.33º 0.44% 0.8% -
XYZ 41.15 28.9 59.91 -
YUV 150.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 202 114 203 0.00 0.44 0 0.20 299.33 0.46 0.62
Hex CA 72 CB 0 2C 0 14 12B 2E 3E
Octal 312 162 313 0 54 0 24 453 56 76
Binary 11001010 1110010 11001011 0 101100 0 10100 100101011 101110 111110

Color Harmonies of #CA72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72CB

Black with #CA72CB

Text Example


Text Example

White with #CA72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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