Html Css Color HEX #CC71DB Orchid

📋 copy color: '#CC71DB'

red 204 ◦ green 113 ◦ blue 219

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

Shades of Orchid #CC71DB

Tints of Orchid #CC71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 38.06%
G = 21.08%
B = 40.86%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC71DB (or 0xCC71DB) is known color: Orchid. HEX triplet: CC, 71 and DB. RGB value is (204,113,219). Sum of RGB (Red+Green+Blue) = 204+113+219=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71DB is #338E24. Grayscale: #979797. Windows color (decimal): -3378725 or 14381516. OLE color: 14381516.

HSL color Cylindrical-coordinate representation of color #CC71DB: hue angle of 291.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC71DB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 113 219 -
CMYK 0.07 0.48 0 0.14
HSL 291.51º 0.6% 0.65% -
HSV(B) 291.51º 0.48% 0.86% -
XYZ 43.59 29.76 70.46 -
YUV 152.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 204 113 219 0.07 0.48 0 0.14 291.51 0.6 0.65
Hex CC 71 DB 7 30 0 E 124 3C 41
Octal 314 161 333 7 60 0 16 444 74 101
Binary 11001100 1110001 11011011 111 110000 0 1110 100100100 111100 1000001

Color Harmonies of #CC71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71DB

Black with #CC71DB

Text Example


Text Example

White with #CC71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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