Html Css Color HEX #CC3EED Medium Orchid

📋 copy color: '#CC3EED'

red 204 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #CC3EED

Tints of Medium Orchid #CC3EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 40.56%
G = 12.33%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC3EED (or 0xCC3EED) is known color: Medium Orchid. HEX triplet: CC, 3E and ED. RGB value is (204,62,237). Sum of RGB (Red+Green+Blue) = 204+62+237=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EED is #33C112. Grayscale: #7B7B7B. Windows color (decimal): -3391763 or 15548108. OLE color: 15548108.

HSL color Cylindrical-coordinate representation of color #CC3EED: hue angle of 288.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3EED is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 62 237 -
CMYK 0.14 0.74 0 0.07
HSL 288.69º 0.83% 0.59% -
HSV(B) 288.69º 0.74% 0.93% -
XYZ 41.91 22.4 82.23 -
YUV 124.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 204 62 237 0.14 0.74 0 0.07 288.69 0.83 0.59
Hex CC 3E ED E 4A 0 7 121 53 3B
Octal 314 76 355 16 112 0 7 441 123 73
Binary 11001100 111110 11101101 1110 1001010 0 111 100100001 1010011 111011

Color Harmonies of #CC3EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EED

Black with #CC3EED

Text Example


Text Example

White with #CC3EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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