Html Css Color HEX #CC72BA Orchid

📋 copy color: '#CC72BA'

red 204 ◦ green 114 ◦ blue 186

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

Shades of Orchid #CC72BA

Tints of Orchid #CC72BA

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 40.48%
G = 22.62%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC72BA (or 0xCC72BA) is known color: Orchid. HEX triplet: CC, 72 and BA. RGB value is (204,114,186). Sum of RGB (Red+Green+Blue) = 204+114+186=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72BA is #338D45. Grayscale: #949494. Windows color (decimal): -3378502 or 12219084. OLE color: 12219084.

HSL color Cylindrical-coordinate representation of color #CC72BA: hue angle of 312º degrees, saturation: 0.47, 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 #CC72BA is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 186 -
CMYK 0 0.44 0.09 0.2
HSL 312º 0.47% 0.62% -
HSV(B) 312º 0.44% 0.8% -
XYZ 39.78 28.42 49.84 -
YUV 149.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 204 114 186 0 0.44 0.09 0.2 312 0.47 0.62
Hex CC 72 BA 0 2C 9 14 138 2F 3E
Octal 314 162 272 0 54 11 24 470 57 76
Binary 11001100 1110010 10111010 0 101100 1001 10100 100111000 101111 111110

Color Harmonies of #CC72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72BA

Black with #CC72BA

Text Example


Text Example

White with #CC72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72BA; }

 p { color: rgb(204,114,186); }

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

background-color css

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

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

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

border-color css

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

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

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