Html Css Color HEX #CC51DA Medium Orchid

📋 copy color: '#CC51DA'

red 204 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #CC51DA

Tints of Medium Orchid #CC51DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 40.56%
G = 16.1%
B = 43.34%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC51DA (or 0xCC51DA) is known color: Medium Orchid. HEX triplet: CC, 51 and DA. RGB value is (204,81,218). Sum of RGB (Red+Green+Blue) = 204+81+218=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DA is #33AE25. Grayscale: #848484. Windows color (decimal): -3386918 or 14307788. OLE color: 14307788.

HSL color Cylindrical-coordinate representation of color #CC51DA: hue angle of 293.87º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC51DA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 81 218 -
CMYK 0.06 0.63 0 0.15
HSL 293.87º 0.65% 0.59% -
HSV(B) 293.87º 0.63% 0.85% -
XYZ 40.5 23.78 68.79 -
YUV 133.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 204 81 218 0.06 0.63 0 0.15 293.87 0.65 0.59
Hex CC 51 DA 6 3F 0 F 126 41 3B
Octal 314 121 332 6 77 0 17 446 101 73
Binary 11001100 1010001 11011010 110 111111 0 1111 100100110 1000001 111011

Color Harmonies of #CC51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51DA

Black with #CC51DA

Text Example


Text Example

White with #CC51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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