Html Css Color HEX #CE3CEB Medium Orchid

📋 copy color: '#CE3CEB'

red 206 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #CE3CEB

Tints of Medium Orchid #CE3CEB

RGB

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

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

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

R = 41.12%
G = 11.98%
B = 46.91%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE3CEB (or 0xCE3CEB) is known color: Medium Orchid. HEX triplet: CE, 3C and EB. RGB value is (206,60,235). Sum of RGB (Red+Green+Blue) = 206+60+235=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 60 (23.83% from 255 or 11.98% 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 #CE3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CEB is #31C314. Grayscale: #7B7B7B. Windows color (decimal): -3261205 or 15416526. OLE color: 15416526.

HSL color Cylindrical-coordinate representation of color #CE3CEB: hue angle of 290.06º 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 #CE3CEB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 60 235 -
CMYK 0.12 0.74 0 0.08
HSL 290.06º 0.81% 0.58% -
HSV(B) 290.06º 0.74% 0.92% -
XYZ 42.06 22.35 80.69 -
YUV 123.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 206 60 235 0.12 0.74 0 0.08 290.06 0.81 0.58
Hex CE 3C EB C 4A 0 8 122 51 3A
Octal 316 74 353 14 112 0 10 442 121 72
Binary 11001110 111100 11101011 1100 1001010 0 1000 100100010 1010001 111010

Color Harmonies of #CE3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CEB

Black with #CE3CEB

Text Example


Text Example

White with #CE3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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