Html Css Color HEX #CC70D9 Orchid

📋 copy color: '#CC70D9'

red 204 ◦ green 112 ◦ blue 217

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

Shades of Orchid #CC70D9

Tints of Orchid #CC70D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 38.27%
G = 21.01%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC70D9 (or 0xCC70D9) is known color: Orchid. HEX triplet: CC, 70 and D9. RGB value is (204,112,217). Sum of RGB (Red+Green+Blue) = 204+112+217=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70D9 is #338F26. Grayscale: #979797. Windows color (decimal): -3378983 or 14250188. OLE color: 14250188.

HSL color Cylindrical-coordinate representation of color #CC70D9: hue angle of 292.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC70D9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 112 217 -
CMYK 0.06 0.48 0 0.15
HSL 292.57º 0.58% 0.65% -
HSV(B) 292.57º 0.48% 0.85% -
XYZ 43.22 29.44 69.05 -
YUV 151.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 204 112 217 0.06 0.48 0 0.15 292.57 0.58 0.65
Hex CC 70 D9 6 30 0 F 125 3A 41
Octal 314 160 331 6 60 0 17 445 72 101
Binary 11001100 1110000 11011001 110 110000 0 1111 100100101 111010 1000001

Color Harmonies of #CC70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70D9

Black with #CC70D9

Text Example


Text Example

White with #CC70D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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