Html Css Color HEX #CC70CB Orchid

📋 copy color: '#CC70CB'

red 204 ◦ green 112 ◦ blue 203

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

Shades of Orchid #CC70CB

Tints of Orchid #CC70CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 39.31%
G = 21.58%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC70CB (or 0xCC70CB) is known color: Orchid. HEX triplet: CC, 70 and CB. RGB value is (204,112,203). Sum of RGB (Red+Green+Blue) = 204+112+203=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70CB is #338F34. Grayscale: #959595. Windows color (decimal): -3378997 or 13332684. OLE color: 13332684.

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

Color convert

RGB 204 112 203 -
CMYK 0 0.45 0.00 0.2
HSL 300.65º 0.47% 0.62% -
HSV(B) 300.65º 0.45% 0.8% -
XYZ 41.48 28.74 59.86 -
YUV 149.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 204 112 203 0 0.45 0.00 0.2 300.65 0.47 0.62
Hex CC 70 CB 0 2D 0 14 12D 2F 3E
Octal 314 160 313 0 55 0 24 455 57 76
Binary 11001100 1110000 11001011 0 101101 0 10100 100101101 101111 111110

Color Harmonies of #CC70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70CB

Black with #CC70CB

Text Example


Text Example

White with #CC70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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