Html Css Color HEX #CE38D7 Medium Orchid

📋 copy color: '#CE38D7'

red 206 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #CE38D7

Tints of Medium Orchid #CE38D7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.74%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 43.19%
G = 11.74%
B = 45.07%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE38D7 (or 0xCE38D7) is known color: Medium Orchid. HEX triplet: CE, 38 and D7. RGB value is (206,56,215). Sum of RGB (Red+Green+Blue) = 206+56+215=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38D7 is #31C728. Grayscale: #767676. Windows color (decimal): -3262249 or 14104782. OLE color: 14104782.

HSL color Cylindrical-coordinate representation of color #CE38D7: hue angle of 296.6º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE38D7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 56 215 -
CMYK 0.04 0.74 0 0.16
HSL 296.6º 0.67% 0.53% -
HSV(B) 296.6º 0.74% 0.84% -
XYZ 39.13 20.86 66.25 -
YUV 118.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 206 56 215 0.04 0.74 0 0.16 296.6 0.67 0.53
Hex CE 38 D7 4 4A 0 10 129 43 35
Octal 316 70 327 4 112 0 20 451 103 65
Binary 11001110 111000 11010111 100 1001010 0 10000 100101001 1000011 110101

Color Harmonies of #CE38D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38D7

Black with #CE38D7

Text Example


Text Example

White with #CE38D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38D7; }

 p { color: rgb(206,56,215); }

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

background-color css

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

 a { background-color: rgb(206,56,215); }

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

border-color css

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

 span { border-color: rgb(206,56,215); }

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