Html Css Color HEX #CE4BDA Medium Orchid

📋 copy color: '#CE4BDA'

red 206 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #CE4BDA

Tints of Medium Orchid #CE4BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 41.28%
G = 15.03%
B = 43.69%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE4BDA (or 0xCE4BDA) is known color: Medium Orchid. HEX triplet: CE, 4B and DA. RGB value is (206,75,218). Sum of RGB (Red+Green+Blue) = 206+75+218=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDA is #31B425. Grayscale: #828282. Windows color (decimal): -3257382 or 14306254. OLE color: 14306254.

HSL color Cylindrical-coordinate representation of color #CE4BDA: hue angle of 294.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 75 218 -
CMYK 0.06 0.66 0 0.15
HSL 294.97º 0.66% 0.57% -
HSV(B) 294.97º 0.66% 0.85% -
XYZ 40.62 23.22 68.67 -
YUV 130.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 206 75 218 0.06 0.66 0 0.15 294.97 0.66 0.57
Hex CE 4B DA 6 42 0 F 127 42 39
Octal 316 113 332 6 102 0 17 447 102 71
Binary 11001110 1001011 11011010 110 1000010 0 1111 100100111 1000010 111001

Color Harmonies of #CE4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BDA

Black with #CE4BDA

Text Example


Text Example

White with #CE4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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