Html Css Color HEX #CC70DF Orchid

📋 copy color: '#CC70DF'

red 204 ◦ green 112 ◦ blue 223

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

Shades of Orchid #CC70DF

Tints of Orchid #CC70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 37.85%
G = 20.78%
B = 41.37%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC70DF (or 0xCC70DF) is known color: Orchid. HEX triplet: CC, 70 and DF. RGB value is (204,112,223). Sum of RGB (Red+Green+Blue) = 204+112+223=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DF is #338F20. Grayscale: #979797. Windows color (decimal): -3378977 or 14643404. OLE color: 14643404.

HSL color Cylindrical-coordinate representation of color #CC70DF: hue angle of 289.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC70DF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 112 223 -
CMYK 0.09 0.50 0 0.13
HSL 289.73º 0.63% 0.66% -
HSV(B) 289.73º 0.5% 0.87% -
XYZ 44.02 29.75 73.24 -
YUV 152.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 204 112 223 0.09 0.50 0 0.13 289.73 0.63 0.66
Hex CC 70 DF 9 32 0 D 122 3F 42
Octal 314 160 337 11 62 0 15 442 77 102
Binary 11001100 1110000 11011111 1001 110010 0 1101 100100010 111111 1000010

Color Harmonies of #CC70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70DF

Black with #CC70DF

Text Example


Text Example

White with #CC70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70DF; }

 p { color: rgb(204,112,223); }

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

background-color css

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

 a { background-color: rgb(204,112,223); }

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

border-color css

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

 span { border-color: rgb(204,112,223); }

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