Html Css Color HEX #CC3EEB Medium Orchid

📋 copy color: '#CC3EEB'

red 204 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #CC3EEB

Tints of Medium Orchid #CC3EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 40.72%
G = 12.38%
B = 46.91%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC3EEB (or 0xCC3EEB) is known color: Medium Orchid. HEX triplet: CC, 3E and EB. RGB value is (204,62,235). Sum of RGB (Red+Green+Blue) = 204+62+235=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EEB is #33C114. Grayscale: #7B7B7B. Windows color (decimal): -3391765 or 15417036. OLE color: 15417036.

HSL color Cylindrical-coordinate representation of color #CC3EEB: hue angle of 289.25º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3EEB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 62 235 -
CMYK 0.13 0.74 0 0.08
HSL 289.25º 0.81% 0.58% -
HSV(B) 289.25º 0.74% 0.92% -
XYZ 41.62 22.28 80.7 -
YUV 124.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 204 62 235 0.13 0.74 0 0.08 289.25 0.81 0.58
Hex CC 3E EB D 4A 0 8 121 51 3A
Octal 314 76 353 15 112 0 10 441 121 72
Binary 11001100 111110 11101011 1101 1001010 0 1000 100100001 1010001 111010

Color Harmonies of #CC3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EEB

Black with #CC3EEB

Text Example


Text Example

White with #CC3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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