Html Css Color HEX #CC71CF Orchid

📋 copy color: '#CC71CF'

red 204 ◦ green 113 ◦ blue 207

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

Shades of Orchid #CC71CF

Tints of Orchid #CC71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 38.93%
G = 21.56%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC71CF (or 0xCC71CF) is known color: Orchid. HEX triplet: CC, 71 and CF. RGB value is (204,113,207). Sum of RGB (Red+Green+Blue) = 204+113+207=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71CF is #338E30. Grayscale: #969696. Windows color (decimal): -3378737 or 13595084. OLE color: 13595084.

HSL color Cylindrical-coordinate representation of color #CC71CF: hue angle of 298.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71CF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 113 207 -
CMYK 0.01 0.45 0 0.19
HSL 298.09º 0.49% 0.63% -
HSV(B) 298.09º 0.45% 0.81% -
XYZ 42.07 29.15 62.44 -
YUV 150.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 204 113 207 0.01 0.45 0 0.19 298.09 0.49 0.63
Hex CC 71 CF 1 2D 0 13 12A 31 3F
Octal 314 161 317 1 55 0 23 452 61 77
Binary 11001100 1110001 11001111 1 101101 0 10011 100101010 110001 111111

Color Harmonies of #CC71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71CF

Black with #CC71CF

Text Example


Text Example

White with #CC71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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