Html Css Color HEX #CC70CA Orchid

📋 copy color: '#CC70CA'

red 204 ◦ green 112 ◦ blue 202

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

Shades of Orchid #CC70CA

Tints of Orchid #CC70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 39.38%
G = 21.62%
B = 39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC70CA (or 0xCC70CA) is known color: Orchid. HEX triplet: CC, 70 and CA. RGB value is (204,112,202). Sum of RGB (Red+Green+Blue) = 204+112+202=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70CA is #338F35. Grayscale: #959595. Windows color (decimal): -3378998 or 13267148. OLE color: 13267148.

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

Color convert

RGB 204 112 202 -
CMYK 0 0.45 0.01 0.2
HSL 301.3º 0.47% 0.62% -
HSV(B) 301.3º 0.45% 0.8% -
XYZ 41.36 28.69 59.24 -
YUV 149.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 204 112 202 0 0.45 0.01 0.2 301.3 0.47 0.62
Hex CC 70 CA 0 2D 1 14 12D 2F 3E
Octal 314 160 312 0 55 1 24 455 57 76
Binary 11001100 1110000 11001010 0 101101 1 10100 100101101 101111 111110

Color Harmonies of #CC70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70CA

Black with #CC70CA

Text Example


Text Example

White with #CC70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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