Html Css Color HEX #CA72BC Orchid

📋 copy color: '#CA72BC'

red 202 ◦ green 114 ◦ blue 188

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

Shades of Orchid #CA72BC

Tints of Orchid #CA72BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 40.08%
G = 22.62%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA72BC (or 0xCA72BC) is known color: Orchid. HEX triplet: CA, 72 and BC. RGB value is (202,114,188). Sum of RGB (Red+Green+Blue) = 202+114+188=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72BC is #358D43. Grayscale: #949494. Windows color (decimal): -3509572 or 12350154. OLE color: 12350154.

HSL color Cylindrical-coordinate representation of color #CA72BC: hue angle of 309.55º 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 #CA72BC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 188 -
CMYK 0 0.44 0.07 0.21
HSL 309.55º 0.45% 0.62% -
HSV(B) 309.55º 0.44% 0.79% -
XYZ 39.45 28.22 50.95 -
YUV 148.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 202 114 188 0 0.44 0.07 0.21 309.55 0.45 0.62
Hex CA 72 BC 0 2C 7 15 136 2D 3E
Octal 312 162 274 0 54 7 25 466 55 76
Binary 11001010 1110010 10111100 0 101100 111 10101 100110110 101101 111110

Color Harmonies of #CA72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72BC

Black with #CA72BC

Text Example


Text Example

White with #CA72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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