Html Css Color HEX #CE5CEB Medium Orchid

📋 copy color: '#CE5CEB'

red 206 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #CE5CEB

Tints of Medium Orchid #CE5CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 38.65%
G = 17.26%
B = 44.09%

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

#CE5CEB (or 0xCE5CEB) is known color: Medium Orchid. HEX triplet: CE, 5C and EB. RGB value is (206,92,235). Sum of RGB (Red+Green+Blue) = 206+92+235=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CEB is #31A314. Grayscale: #8D8D8D. Windows color (decimal): -3253013 or 15424718. OLE color: 15424718.

HSL color Cylindrical-coordinate representation of color #CE5CEB: hue angle of 287.83º degrees, saturation: 0.78, 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 #CE5CEB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 92 235 -
CMYK 0.12 0.61 0 0.08
HSL 287.83º 0.78% 0.64% -
HSV(B) 287.83º 0.61% 0.92% -
XYZ 44.28 26.77 81.43 -
YUV 142.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 206 92 235 0.12 0.61 0 0.08 287.83 0.78 0.64
Hex CE 5C EB C 3D 0 8 120 4E 40
Octal 316 134 353 14 75 0 10 440 116 100
Binary 11001110 1011100 11101011 1100 111101 0 1000 100100000 1001110 1000000

Color Harmonies of #CE5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CEB

Black with #CE5CEB

Text Example


Text Example

White with #CE5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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