Html Css Color HEX #CC72C2 Orchid

📋 copy color: '#CC72C2'

red 204 ◦ green 114 ◦ blue 194

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

Shades of Orchid #CC72C2

Tints of Orchid #CC72C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 39.84%
G = 22.27%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC72C2 (or 0xCC72C2) is known color: Orchid. HEX triplet: CC, 72 and C2. RGB value is (204,114,194). Sum of RGB (Red+Green+Blue) = 204+114+194=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72C2 is #338D3D. Grayscale: #959595. Windows color (decimal): -3378494 or 12743372. OLE color: 12743372.

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

Color convert

RGB 204 114 194 -
CMYK 0 0.44 0.05 0.2
HSL 306.67º 0.47% 0.62% -
HSV(B) 306.67º 0.44% 0.8% -
XYZ 40.66 28.77 54.45 -
YUV 150.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 204 114 194 0 0.44 0.05 0.2 306.67 0.47 0.62
Hex CC 72 C2 0 2C 5 14 133 2F 3E
Octal 314 162 302 0 54 5 24 463 57 76
Binary 11001100 1110010 11000010 0 101100 101 10100 100110011 101111 111110

Color Harmonies of #CC72C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72C2

Black with #CC72C2

Text Example


Text Example

White with #CC72C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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