Html Css Color HEX #CE3CE0 Medium Orchid

📋 copy color: '#CE3CE0'

red 206 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #CE3CE0

Tints of Medium Orchid #CE3CE0

RGB

 RED value IS 206 (80.86% from 255) = 42.04%

 GREEN value IS 60 (23.83% from 255) = 12.24%

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 42.04%
G = 12.24%
B = 45.71%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE3CE0 (or 0xCE3CE0) is known color: Medium Orchid. HEX triplet: CE, 3C and E0. RGB value is (206,60,224). Sum of RGB (Red+Green+Blue) = 206+60+224=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CE0 is #31C31F. Grayscale: #797979. Windows color (decimal): -3261216 or 14695630. OLE color: 14695630.

HSL color Cylindrical-coordinate representation of color #CE3CE0: hue angle of 293.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3CE0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 60 224 -
CMYK 0.08 0.73 0 0.12
HSL 293.41º 0.73% 0.56% -
HSV(B) 293.41º 0.73% 0.88% -
XYZ 40.52 21.74 72.58 -
YUV 122.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 206 60 224 0.08 0.73 0 0.12 293.41 0.73 0.56
Hex CE 3C E0 8 49 0 C 125 49 38
Octal 316 74 340 10 111 0 14 445 111 70
Binary 11001110 111100 11100000 1000 1001001 0 1100 100100101 1001001 111000

Color Harmonies of #CE3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CE0

Black with #CE3CE0

Text Example


Text Example

White with #CE3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CE0; }

 p { color: rgb(206,60,224); }

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

background-color css

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

 a { background-color: rgb(206,60,224); }

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

border-color css

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

 span { border-color: rgb(206,60,224); }

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