Html Css Color HEX #CE4BDD Medium Orchid

📋 copy color: '#CE4BDD'

red 206 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #CE4BDD

Tints of Medium Orchid #CE4BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 41.04%
G = 14.94%
B = 44.02%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4BDD (or 0xCE4BDD) is known color: Medium Orchid. HEX triplet: CE, 4B and DD. RGB value is (206,75,221). Sum of RGB (Red+Green+Blue) = 206+75+221=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDD is #31B422. Grayscale: #828282. Windows color (decimal): -3257379 or 14502862. OLE color: 14502862.

HSL color Cylindrical-coordinate representation of color #CE4BDD: hue angle of 293.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 75 221 -
CMYK 0.07 0.66 0 0.13
HSL 293.84º 0.68% 0.58% -
HSV(B) 293.84º 0.66% 0.87% -
XYZ 41.02 23.37 70.76 -
YUV 130.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 206 75 221 0.07 0.66 0 0.13 293.84 0.68 0.58
Hex CE 4B DD 7 42 0 D 126 44 3A
Octal 316 113 335 7 102 0 15 446 104 72
Binary 11001110 1001011 11011101 111 1000010 0 1101 100100110 1000100 111010

Color Harmonies of #CE4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BDD

Black with #CE4BDD

Text Example


Text Example

White with #CE4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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