Html Css Color HEX #CE4BE4 Medium Orchid

📋 copy color: '#CE4BE4'

red 206 ◦ green 75 ◦ blue 228

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

Shades of Medium Orchid #CE4BE4

Tints of Medium Orchid #CE4BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.79%

R = 40.47%
G = 14.73%
B = 44.79%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE4BE4 (or 0xCE4BE4) is known color: Medium Orchid. HEX triplet: CE, 4B and E4. RGB value is (206,75,228). Sum of RGB (Red+Green+Blue) = 206+75+228=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE4BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BE4 is #31B41B. Grayscale: #838383. Windows color (decimal): -3257372 or 14961614. OLE color: 14961614.

HSL color Cylindrical-coordinate representation of color #CE4BE4: hue angle of 291.37º degrees, saturation: 0.74, 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 #CE4BE4 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 75 228 -
CMYK 0.10 0.67 0 0.11
HSL 291.37º 0.74% 0.59% -
HSV(B) 291.37º 0.67% 0.89% -
XYZ 41.97 23.76 75.77 -
YUV 131.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 206 75 228 0.10 0.67 0 0.11 291.37 0.74 0.59
Hex CE 4B E4 A 43 0 B 123 4A 3B
Octal 316 113 344 12 103 0 13 443 112 73
Binary 11001110 1001011 11100100 1010 1000011 0 1011 100100011 1001010 111011

Color Harmonies of #CE4BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BE4

Black with #CE4BE4

Text Example


Text Example

White with #CE4BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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