Html Css Color HEX #CC70C2 Orchid

📋 copy color: '#CC70C2'

red 204 ◦ green 112 ◦ blue 194

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

Shades of Orchid #CC70C2

Tints of Orchid #CC70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 40%
G = 21.96%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC70C2 (or 0xCC70C2) is known color: Orchid. HEX triplet: CC, 70 and C2. RGB value is (204,112,194). Sum of RGB (Red+Green+Blue) = 204+112+194=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70C2 is #338F3D. Grayscale: #949494. Windows color (decimal): -3379006 or 12742860. OLE color: 12742860.

HSL color Cylindrical-coordinate representation of color #CC70C2: hue angle of 306.52º 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 #CC70C2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 194 -
CMYK 0 0.45 0.05 0.2
HSL 306.52º 0.47% 0.62% -
HSV(B) 306.52º 0.45% 0.8% -
XYZ 40.43 28.32 54.37 -
YUV 148.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 204 112 194 0 0.45 0.05 0.2 306.52 0.47 0.62
Hex CC 70 C2 0 2D 5 14 133 2F 3E
Octal 314 160 302 0 55 5 24 463 57 76
Binary 11001100 1110000 11000010 0 101101 101 10100 100110011 101111 111110

Color Harmonies of #CC70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70C2

Black with #CC70C2

Text Example


Text Example

White with #CC70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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