Html Css Color HEX #CE35DA Medium Orchid

📋 copy color: '#CE35DA'

red 206 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #CE35DA

Tints of Medium Orchid #CE35DA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.11%

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

R = 43.19%
G = 11.11%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE35DA (or 0xCE35DA) is known color: Medium Orchid. HEX triplet: CE, 35 and DA. RGB value is (206,53,218). Sum of RGB (Red+Green+Blue) = 206+53+218=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE35DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35DA is #31CA25. Grayscale: #757575. Windows color (decimal): -3263014 or 14300622. OLE color: 14300622.

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

Color convert

RGB 206 53 218 -
CMYK 0.06 0.76 0 0.15
HSL 295.64º 0.69% 0.53% -
HSV(B) 295.64º 0.76% 0.85% -
XYZ 39.38 20.73 68.26 -
YUV 117.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 206 53 218 0.06 0.76 0 0.15 295.64 0.69 0.53
Hex CE 35 DA 6 4C 0 F 128 45 35
Octal 316 65 332 6 114 0 17 450 105 65
Binary 11001110 110101 11011010 110 1001100 0 1111 100101000 1000101 110101

Color Harmonies of #CE35DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35DA

Black with #CE35DA

Text Example


Text Example

White with #CE35DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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