Html Css Color HEX #CC71BC Orchid

📋 copy color: '#CC71BC'

red 204 ◦ green 113 ◦ blue 188

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

Shades of Orchid #CC71BC

Tints of Orchid #CC71BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.38%

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

R = 40.4%
G = 22.38%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC71BC (or 0xCC71BC) is known color: Orchid. HEX triplet: CC, 71 and BC. RGB value is (204,113,188). Sum of RGB (Red+Green+Blue) = 204+113+188=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BC is #338E43. Grayscale: #949494. Windows color (decimal): -3378756 or 12349900. OLE color: 12349900.

HSL color Cylindrical-coordinate representation of color #CC71BC: hue angle of 310.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71BC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 188 -
CMYK 0 0.45 0.08 0.2
HSL 310.55º 0.47% 0.62% -
HSV(B) 310.55º 0.45% 0.8% -
XYZ 39.88 28.28 50.93 -
YUV 148.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 204 113 188 0 0.45 0.08 0.2 310.55 0.47 0.62
Hex CC 71 BC 0 2D 8 14 137 2F 3E
Octal 314 161 274 0 55 10 24 467 57 76
Binary 11001100 1110001 10111100 0 101101 1000 10100 100110111 101111 111110

Color Harmonies of #CC71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71BC

Black with #CC71BC

Text Example


Text Example

White with #CC71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71BC; }

 p { color: rgb(204,113,188); }

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

background-color css

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

 a { background-color: rgb(204,113,188); }

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

border-color css

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

 span { border-color: rgb(204,113,188); }

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