Html Css Color HEX #CC51D7 Medium Orchid

📋 copy color: '#CC51D7'

red 204 ◦ green 81 ◦ blue 215

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

Shades of Medium Orchid #CC51D7

Tints of Medium Orchid #CC51D7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.2%

 BLUE value IS 215 (84.38% from 255) = 43%

R = 40.8%
G = 16.2%
B = 43%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC51D7 (or 0xCC51D7) is known color: Medium Orchid. HEX triplet: CC, 51 and D7. RGB value is (204,81,215). Sum of RGB (Red+Green+Blue) = 204+81+215=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC51D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51D7 is #33AE28. Grayscale: #848484. Windows color (decimal): -3386921 or 14111180. OLE color: 14111180.

HSL color Cylindrical-coordinate representation of color #CC51D7: hue angle of 295.07º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC51D7 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 81 215 -
CMYK 0.05 0.62 0 0.16
HSL 295.07º 0.63% 0.58% -
HSV(B) 295.07º 0.62% 0.84% -
XYZ 40.11 23.63 66.74 -
YUV 133.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 204 81 215 0.05 0.62 0 0.16 295.07 0.63 0.58
Hex CC 51 D7 5 3E 0 10 127 3F 3A
Octal 314 121 327 5 76 0 20 447 77 72
Binary 11001100 1010001 11010111 101 111110 0 10000 100100111 111111 111010

Color Harmonies of #CC51D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51D7

Black with #CC51D7

Text Example


Text Example

White with #CC51D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51D7; }

 p { color: rgb(204,81,215); }

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

background-color css

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

 a { background-color: rgb(204,81,215); }

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

border-color css

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

 span { border-color: rgb(204,81,215); }

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