Html Css Color HEX #CC4FDE Medium Orchid

📋 copy color: '#CC4FDE'

red 204 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #CC4FDE

Tints of Medium Orchid #CC4FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 40.4%
G = 15.64%
B = 43.96%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4FDE (or 0xCC4FDE) is known color: Medium Orchid. HEX triplet: CC, 4F and DE. RGB value is (204,79,222). Sum of RGB (Red+Green+Blue) = 204+79+222=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC4FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDE is #33B021. Grayscale: #848484. Windows color (decimal): -3387426 or 14569420. OLE color: 14569420.

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

Color convert

RGB 204 79 222 -
CMYK 0.08 0.64 0 0.13
HSL 292.45º 0.68% 0.59% -
HSV(B) 292.45º 0.64% 0.87% -
XYZ 40.88 23.7 71.53 -
YUV 132.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 204 79 222 0.08 0.64 0 0.13 292.45 0.68 0.59
Hex CC 4F DE 8 40 0 D 124 44 3B
Octal 314 117 336 10 100 0 15 444 104 73
Binary 11001100 1001111 11011110 1000 1000000 0 1101 100100100 1000100 111011

Color Harmonies of #CC4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FDE

Black with #CC4FDE

Text Example


Text Example

White with #CC4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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