Html Css Color HEX #CE4BEA Medium Orchid

📋 copy color: '#CE4BEA'

red 206 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #CE4BEA

Tints of Medium Orchid #CE4BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 40%
G = 14.56%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE4BEA (or 0xCE4BEA) is known color: Medium Orchid. HEX triplet: CE, 4B and EA. RGB value is (206,75,234). Sum of RGB (Red+Green+Blue) = 206+75+234=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BEA is #31B415. Grayscale: #838383. Windows color (decimal): -3257366 or 15354830. OLE color: 15354830.

HSL color Cylindrical-coordinate representation of color #CE4BEA: hue angle of 289.43º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4BEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 75 234 -
CMYK 0.12 0.68 0 0.08
HSL 289.43º 0.79% 0.61% -
HSV(B) 289.43º 0.68% 0.92% -
XYZ 42.82 24.09 80.24 -
YUV 132.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 206 75 234 0.12 0.68 0 0.08 289.43 0.79 0.61
Hex CE 4B EA C 44 0 8 121 4F 3D
Octal 316 113 352 14 104 0 10 441 117 75
Binary 11001110 1001011 11101010 1100 1000100 0 1000 100100001 1001111 111101

Color Harmonies of #CE4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BEA

Black with #CE4BEA

Text Example


Text Example

White with #CE4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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