Html Css Color HEX #CC71DD Orchid

📋 copy color: '#CC71DD'

red 204 ◦ green 113 ◦ blue 221

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

Shades of Orchid #CC71DD

Tints of Orchid #CC71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 37.92%
G = 21%
B = 41.08%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC71DD (or 0xCC71DD) is known color: Orchid. HEX triplet: CC, 71 and DD. RGB value is (204,113,221). Sum of RGB (Red+Green+Blue) = 204+113+221=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71DD is #338E22. Grayscale: #989898. Windows color (decimal): -3378723 or 14512588. OLE color: 14512588.

HSL color Cylindrical-coordinate representation of color #CC71DD: hue angle of 290.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC71DD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 113 221 -
CMYK 0.08 0.49 0 0.13
HSL 290.56º 0.61% 0.65% -
HSV(B) 290.56º 0.49% 0.87% -
XYZ 43.86 29.87 71.86 -
YUV 152.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 204 113 221 0.08 0.49 0 0.13 290.56 0.61 0.65
Hex CC 71 DD 8 31 0 D 123 3D 41
Octal 314 161 335 10 61 0 15 443 75 101
Binary 11001100 1110001 11011101 1000 110001 0 1101 100100011 111101 1000001

Color Harmonies of #CC71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71DD

Black with #CC71DD

Text Example


Text Example

White with #CC71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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