Html Css Color HEX #CC5DDA Medium Orchid

📋 copy color: '#CC5DDA'

red 204 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #CC5DDA

Tints of Medium Orchid #CC5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

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

R = 39.61%
G = 18.06%
B = 42.33%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC5DDA (or 0xCC5DDA) is known color: Medium Orchid. HEX triplet: CC, 5D and DA. RGB value is (204,93,218). Sum of RGB (Red+Green+Blue) = 204+93+218=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDA is #33A225. Grayscale: #8C8C8C. Windows color (decimal): -3383846 or 14310860. OLE color: 14310860.

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

Color convert

RGB 204 93 218 -
CMYK 0.06 0.57 0 0.15
HSL 293.28º 0.63% 0.61% -
HSV(B) 293.28º 0.57% 0.85% -
XYZ 41.47 25.73 69.11 -
YUV 140.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 204 93 218 0.06 0.57 0 0.15 293.28 0.63 0.61
Hex CC 5D DA 6 39 0 F 125 3F 3D
Octal 314 135 332 6 71 0 17 445 77 75
Binary 11001100 1011101 11011010 110 111001 0 1111 100100101 111111 111101

Color Harmonies of #CC5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DDA

Black with #CC5DDA

Text Example


Text Example

White with #CC5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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