Html Css Color HEX #CC3EDD Medium Orchid

📋 copy color: '#CC3EDD'

red 204 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #CC3EDD

Tints of Medium Orchid #CC3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.73%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 41.89%
G = 12.73%
B = 45.38%

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

#CC3EDD (or 0xCC3EDD) is known color: Medium Orchid. HEX triplet: CC, 3E and DD. RGB value is (204,62,221). Sum of RGB (Red+Green+Blue) = 204+62+221=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EDD is #33C122. Grayscale: #7A7A7A. Windows color (decimal): -3391779 or 14499532. OLE color: 14499532.

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

Color convert

RGB 204 62 221 -
CMYK 0.08 0.72 0 0.13
HSL 293.58º 0.7% 0.55% -
HSV(B) 293.58º 0.72% 0.87% -
XYZ 39.68 21.5 70.47 -
YUV 122.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 204 62 221 0.08 0.72 0 0.13 293.58 0.7 0.55
Hex CC 3E DD 8 48 0 D 126 46 37
Octal 314 76 335 10 110 0 15 446 106 67
Binary 11001100 111110 11011101 1000 1001000 0 1101 100100110 1000110 110111

Color Harmonies of #CC3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EDD

Black with #CC3EDD

Text Example


Text Example

White with #CC3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EDD; }

 p { color: rgb(204,62,221); }

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

background-color css

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

 a { background-color: rgb(204,62,221); }

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

border-color css

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

 span { border-color: rgb(204,62,221); }

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