Html Css Color HEX #CC53DE Medium Orchid

📋 copy color: '#CC53DE'

red 204 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #CC53DE

Tints of Medium Orchid #CC53DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.31%

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 40.08%
G = 16.31%
B = 43.61%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC53DE (or 0xCC53DE) is known color: Medium Orchid. HEX triplet: CC, 53 and DE. RGB value is (204,83,222). Sum of RGB (Red+Green+Blue) = 204+83+222=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DE is #33AC21. Grayscale: #868686. Windows color (decimal): -3386402 or 14570444. OLE color: 14570444.

HSL color Cylindrical-coordinate representation of color #CC53DE: hue angle of 292.23º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC53DE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 83 222 -
CMYK 0.08 0.63 0 0.13
HSL 292.23º 0.68% 0.6% -
HSV(B) 292.23º 0.63% 0.87% -
XYZ 41.18 24.3 71.63 -
YUV 135.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 204 83 222 0.08 0.63 0 0.13 292.23 0.68 0.6
Hex CC 53 DE 8 3F 0 D 124 44 3C
Octal 314 123 336 10 77 0 15 444 104 74
Binary 11001100 1010011 11011110 1000 111111 0 1101 100100100 1000100 111100

Color Harmonies of #CC53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53DE

Black with #CC53DE

Text Example


Text Example

White with #CC53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53DE; }

 p { color: rgb(204,83,222); }

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

background-color css

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

 a { background-color: rgb(204,83,222); }

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

border-color css

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

 span { border-color: rgb(204,83,222); }

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