Html Css Color HEX #CC71BB Orchid

📋 copy color: '#CC71BB'

red 204 ◦ green 113 ◦ blue 187

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

Shades of Orchid #CC71BB

Tints of Orchid #CC71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 40.48%
G = 22.42%
B = 37.1%

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

#CC71BB (or 0xCC71BB) is known color: Orchid. HEX triplet: CC, 71 and BB. RGB value is (204,113,187). Sum of RGB (Red+Green+Blue) = 204+113+187=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BB is #338E44. Grayscale: #949494. Windows color (decimal): -3378757 or 12284364. OLE color: 12284364.

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

Color convert

RGB 204 113 187 -
CMYK 0 0.45 0.08 0.2
HSL 311.21º 0.47% 0.62% -
HSV(B) 311.21º 0.45% 0.8% -
XYZ 39.78 28.24 50.37 -
YUV 148.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 204 113 187 0 0.45 0.08 0.2 311.21 0.47 0.62
Hex CC 71 BB 0 2D 8 14 137 2F 3E
Octal 314 161 273 0 55 10 24 467 57 76
Binary 11001100 1110001 10111011 0 101101 1000 10100 100110111 101111 111110

Color Harmonies of #CC71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71BB

Black with #CC71BB

Text Example


Text Example

White with #CC71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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