Html Css Color HEX #CC70CF Orchid

📋 copy color: '#CC70CF'

red 204 ◦ green 112 ◦ blue 207

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

Shades of Orchid #CC70CF

Tints of Orchid #CC70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 39.01%
G = 21.41%
B = 39.58%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC70CF (or 0xCC70CF) is known color: Orchid. HEX triplet: CC, 70 and CF. RGB value is (204,112,207). Sum of RGB (Red+Green+Blue) = 204+112+207=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70CF is #338F30. Grayscale: #969696. Windows color (decimal): -3378993 or 13594828. OLE color: 13594828.

HSL color Cylindrical-coordinate representation of color #CC70CF: hue angle of 298.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC70CF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 112 207 -
CMYK 0.01 0.46 0 0.19
HSL 298.11º 0.5% 0.63% -
HSV(B) 298.11º 0.46% 0.81% -
XYZ 41.96 28.93 62.4 -
YUV 150.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 204 112 207 0.01 0.46 0 0.19 298.11 0.5 0.63
Hex CC 70 CF 1 2E 0 13 12A 32 3F
Octal 314 160 317 1 56 0 23 452 62 77
Binary 11001100 1110000 11001111 1 101110 0 10011 100101010 110010 111111

Color Harmonies of #CC70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70CF

Black with #CC70CF

Text Example


Text Example

White with #CC70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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