Html Css Color HEX #CE4CDA Medium Orchid

📋 copy color: '#CE4CDA'

red 206 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #CE4CDA

Tints of Medium Orchid #CE4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

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

R = 41.2%
G = 15.2%
B = 43.6%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE4CDA (or 0xCE4CDA) is known color: Medium Orchid. HEX triplet: CE, 4C and DA. RGB value is (206,76,218). Sum of RGB (Red+Green+Blue) = 206+76+218=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CDA is #31B325. Grayscale: #828282. Windows color (decimal): -3257126 or 14306510. OLE color: 14306510.

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

Color convert

RGB 206 76 218 -
CMYK 0.06 0.65 0 0.15
HSL 294.93º 0.66% 0.58% -
HSV(B) 294.93º 0.65% 0.85% -
XYZ 40.69 23.35 68.69 -
YUV 131.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 206 76 218 0.06 0.65 0 0.15 294.93 0.66 0.58
Hex CE 4C DA 6 41 0 F 127 42 3A
Octal 316 114 332 6 101 0 17 447 102 72
Binary 11001110 1001100 11011010 110 1000001 0 1111 100100111 1000010 111010

Color Harmonies of #CE4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CDA

Black with #CE4CDA

Text Example


Text Example

White with #CE4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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