Html Css Color HEX #CE4BE1 Medium Orchid

📋 copy color: '#CE4BE1'

red 206 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #CE4BE1

Tints of Medium Orchid #CE4BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 40.71%
G = 14.82%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE4BE1 (or 0xCE4BE1) is known color: Medium Orchid. HEX triplet: CE, 4B and E1. RGB value is (206,75,225). Sum of RGB (Red+Green+Blue) = 206+75+225=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BE1 is #31B41E. Grayscale: #828282. Windows color (decimal): -3257375 or 14765006. OLE color: 14765006.

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

Color convert

RGB 206 75 225 -
CMYK 0.08 0.67 0 0.12
HSL 292.4º 0.71% 0.59% -
HSV(B) 292.4º 0.67% 0.88% -
XYZ 41.56 23.59 73.6 -
YUV 131.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 206 75 225 0.08 0.67 0 0.12 292.4 0.71 0.59
Hex CE 4B E1 8 43 0 C 124 47 3B
Octal 316 113 341 10 103 0 14 444 107 73
Binary 11001110 1001011 11100001 1000 1000011 0 1100 100100100 1000111 111011

Color Harmonies of #CE4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BE1

Black with #CE4BE1

Text Example


Text Example

White with #CE4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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