Html Css Color HEX #CC2FDE Medium Orchid

📋 copy color: '#CC2FDE'

red 204 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #CC2FDE

Tints of Medium Orchid #CC2FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.94%

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

R = 43.13%
G = 9.94%
B = 46.93%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2FDE (or 0xCC2FDE) is known color: Medium Orchid. HEX triplet: CC, 2F and DE. RGB value is (204,47,222). Sum of RGB (Red+Green+Blue) = 204+47+222=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC2FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FDE is #33D021. Grayscale: #717171. Windows color (decimal): -3395618 or 14561228. OLE color: 14561228.

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

Color convert

RGB 204 47 222 -
CMYK 0.08 0.79 0 0.13
HSL 293.83º 0.73% 0.53% -
HSV(B) 293.83º 0.79% 0.87% -
XYZ 39.1 20.14 70.93 -
YUV 113.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 204 47 222 0.08 0.79 0 0.13 293.83 0.73 0.53
Hex CC 2F DE 8 4F 0 D 126 49 35
Octal 314 57 336 10 117 0 15 446 111 65
Binary 11001100 101111 11011110 1000 1001111 0 1101 100100110 1001001 110101

Color Harmonies of #CC2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FDE

Black with #CC2FDE

Text Example


Text Example

White with #CC2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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