Html Css Color HEX #CE5CDB Medium Orchid

📋 copy color: '#CE5CDB'

red 206 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #CE5CDB

Tints of Medium Orchid #CE5CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 39.85%
G = 17.79%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE5CDB (or 0xCE5CDB) is known color: Medium Orchid. HEX triplet: CE, 5C and DB. RGB value is (206,92,219). Sum of RGB (Red+Green+Blue) = 206+92+219=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CDB is #31A324. Grayscale: #8C8C8C. Windows color (decimal): -3253029 or 14376142. OLE color: 14376142.

HSL color Cylindrical-coordinate representation of color #CE5CDB: hue angle of 293.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5CDB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 92 219 -
CMYK 0.06 0.58 0 0.14
HSL 293.86º 0.64% 0.61% -
HSV(B) 293.86º 0.58% 0.86% -
XYZ 42.07 25.89 69.8 -
YUV 140.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 206 92 219 0.06 0.58 0 0.14 293.86 0.64 0.61
Hex CE 5C DB 6 3A 0 E 126 40 3D
Octal 316 134 333 6 72 0 16 446 100 75
Binary 11001110 1011100 11011011 110 111010 0 1110 100100110 1000000 111101

Color Harmonies of #CE5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CDB

Black with #CE5CDB

Text Example


Text Example

White with #CE5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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