Html Css Color HEX #CC70C7 Orchid

📋 copy color: '#CC70C7'

red 204 ◦ green 112 ◦ blue 199

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

Shades of Orchid #CC70C7

Tints of Orchid #CC70C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 39.61%
G = 21.75%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC70C7 (or 0xCC70C7) is known color: Orchid. HEX triplet: CC, 70 and C7. RGB value is (204,112,199). Sum of RGB (Red+Green+Blue) = 204+112+199=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70C7 is #338F38. Grayscale: #959595. Windows color (decimal): -3379001 or 13070540. OLE color: 13070540.

HSL color Cylindrical-coordinate representation of color #CC70C7: hue angle of 303.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70C7 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 199 -
CMYK 0 0.45 0.02 0.2
HSL 303.26º 0.47% 0.62% -
HSV(B) 303.26º 0.45% 0.8% -
XYZ 41 28.55 57.38 -
YUV 149.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 204 112 199 0 0.45 0.02 0.2 303.26 0.47 0.62
Hex CC 70 C7 0 2D 2 14 12F 2F 3E
Octal 314 160 307 0 55 2 24 457 57 76
Binary 11001100 1110000 11000111 0 101101 10 10100 100101111 101111 111110

Color Harmonies of #CC70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70C7

Black with #CC70C7

Text Example


Text Example

White with #CC70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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