Html Css Color HEX #CE3BE0 Medium Orchid

📋 copy color: '#CE3BE0'

red 206 ◦ green 59 ◦ blue 224

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

Shades of Medium Orchid #CE3BE0

Tints of Medium Orchid #CE3BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

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

R = 42.13%
G = 12.07%
B = 45.81%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE3BE0 (or 0xCE3BE0) is known color: Medium Orchid. HEX triplet: CE, 3B and E0. RGB value is (206,59,224). Sum of RGB (Red+Green+Blue) = 206+59+224=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE3BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BE0 is #31C41F. Grayscale: #797979. Windows color (decimal): -3261472 or 14695374. OLE color: 14695374.

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

Color convert

RGB 206 59 224 -
CMYK 0.08 0.74 0 0.12
HSL 293.45º 0.73% 0.55% -
HSV(B) 293.45º 0.74% 0.88% -
XYZ 40.47 21.63 72.56 -
YUV 121.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 206 59 224 0.08 0.74 0 0.12 293.45 0.73 0.55
Hex CE 3B E0 8 4A 0 C 125 49 37
Octal 316 73 340 10 112 0 14 445 111 67
Binary 11001110 111011 11100000 1000 1001010 0 1100 100100101 1001001 110111

Color Harmonies of #CE3BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BE0

Black with #CE3BE0

Text Example


Text Example

White with #CE3BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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