Html Css Color HEX #CC2DEB Medium Orchid

📋 copy color: '#CC2DEB'

red 204 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #CC2DEB

Tints of Medium Orchid #CC2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.3%

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 42.15%
G = 9.3%
B = 48.55%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2DEB (or 0xCC2DEB) is known color: Medium Orchid. HEX triplet: CC, 2D and EB. RGB value is (204,45,235). Sum of RGB (Red+Green+Blue) = 204+45+235=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DEB is #33D214. Grayscale: #717171. Windows color (decimal): -3396117 or 15412684. OLE color: 15412684.

HSL color Cylindrical-coordinate representation of color #CC2DEB: hue angle of 290.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2DEB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 45 235 -
CMYK 0.13 0.81 0 0.08
HSL 290.21º 0.83% 0.55% -
HSV(B) 290.21º 0.81% 0.92% -
XYZ 40.84 20.71 80.44 -
YUV 114.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 204 45 235 0.13 0.81 0 0.08 290.21 0.83 0.55
Hex CC 2D EB D 51 0 8 122 53 37
Octal 314 55 353 15 121 0 10 442 123 67
Binary 11001100 101101 11101011 1101 1010001 0 1000 100100010 1010011 110111

Color Harmonies of #CC2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DEB

Black with #CC2DEB

Text Example


Text Example

White with #CC2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DEB; }

 p { color: rgb(204,45,235); }

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

background-color css

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

 a { background-color: rgb(204,45,235); }

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

border-color css

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

 span { border-color: rgb(204,45,235); }

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