Html Css Color HEX #CE4BE2 Medium Orchid

📋 copy color: '#CE4BE2'

red 206 ◦ green 75 ◦ blue 226

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

Shades of Medium Orchid #CE4BE2

Tints of Medium Orchid #CE4BE2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.79%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 40.63%
G = 14.79%
B = 44.58%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE4BE2 (or 0xCE4BE2) is known color: Medium Orchid. HEX triplet: CE, 4B and E2. RGB value is (206,75,226). Sum of RGB (Red+Green+Blue) = 206+75+226=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE4BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BE2 is #31B41D. Grayscale: #828282. Windows color (decimal): -3257374 or 14830542. OLE color: 14830542.

HSL color Cylindrical-coordinate representation of color #CE4BE2: hue angle of 292.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4BE2 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 75 226 -
CMYK 0.09 0.67 0 0.11
HSL 292.05º 0.72% 0.59% -
HSV(B) 292.05º 0.67% 0.89% -
XYZ 41.7 23.64 74.32 -
YUV 131.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 206 75 226 0.09 0.67 0 0.11 292.05 0.72 0.59
Hex CE 4B E2 9 43 0 B 124 48 3B
Octal 316 113 342 11 103 0 13 444 110 73
Binary 11001110 1001011 11100010 1001 1000011 0 1011 100100100 1001000 111011

Color Harmonies of #CE4BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BE2

Black with #CE4BE2

Text Example


Text Example

White with #CE4BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BE2; }

 p { color: rgb(206,75,226); }

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

background-color css

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

 a { background-color: rgb(206,75,226); }

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

border-color css

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

 span { border-color: rgb(206,75,226); }

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