Html Css Color HEX #CC3FDE Medium Orchid

📋 copy color: '#CC3FDE'

red 204 ◦ green 63 ◦ blue 222

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

Shades of Medium Orchid #CC3FDE

Tints of Medium Orchid #CC3FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.88%

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

R = 41.72%
G = 12.88%
B = 45.4%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3FDE (or 0xCC3FDE) is known color: Medium Orchid. HEX triplet: CC, 3F and DE. RGB value is (204,63,222). Sum of RGB (Red+Green+Blue) = 204+63+222=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC3FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDE is #33C021. Grayscale: #7A7A7A. Windows color (decimal): -3391522 or 14565324. OLE color: 14565324.

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

Color convert

RGB 204 63 222 -
CMYK 0.08 0.72 0 0.13
HSL 293.21º 0.71% 0.56% -
HSV(B) 293.21º 0.72% 0.87% -
XYZ 39.86 21.67 71.19 -
YUV 123.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 204 63 222 0.08 0.72 0 0.13 293.21 0.71 0.56
Hex CC 3F DE 8 48 0 D 125 47 38
Octal 314 77 336 10 110 0 15 445 107 70
Binary 11001100 111111 11011110 1000 1001000 0 1101 100100101 1000111 111000

Color Harmonies of #CC3FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDE

Black with #CC3FDE

Text Example


Text Example

White with #CC3FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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