Html Css Color HEX #CE5CEA Medium Orchid

📋 copy color: '#CE5CEA'

red 206 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #CE5CEA

Tints of Medium Orchid #CE5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 38.72%
G = 17.29%
B = 43.98%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE5CEA (or 0xCE5CEA) is known color: Medium Orchid. HEX triplet: CE, 5C and EA. RGB value is (206,92,234). Sum of RGB (Red+Green+Blue) = 206+92+234=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CEA is #31A315. Grayscale: #8D8D8D. Windows color (decimal): -3253014 or 15359182. OLE color: 15359182.

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

Color convert

RGB 206 92 234 -
CMYK 0.12 0.61 0 0.08
HSL 288.17º 0.77% 0.64% -
HSV(B) 288.17º 0.61% 0.92% -
XYZ 44.13 26.72 80.67 -
YUV 142.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 206 92 234 0.12 0.61 0 0.08 288.17 0.77 0.64
Hex CE 5C EA C 3D 0 8 120 4D 40
Octal 316 134 352 14 75 0 10 440 115 100
Binary 11001110 1011100 11101010 1100 111101 0 1000 100100000 1001101 1000000

Color Harmonies of #CE5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CEA

Black with #CE5CEA

Text Example


Text Example

White with #CE5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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