Html Css Color HEX #CE40FF Medium Orchid

📋 copy color: '#CE40FF'

red 206 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #CE40FF

Tints of Medium Orchid #CE40FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.19%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 39.24%
G = 12.19%
B = 48.57%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE40FF (or 0xCE40FF) is known color: Medium Orchid. HEX triplet: CE, 40 and FF. RGB value is (206,64,255). Sum of RGB (Red+Green+Blue) = 206+64+255=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FF is #31BF00. Grayscale: #7F7F7F. Windows color (decimal): -3260161 or 16728270. OLE color: 16728270.

HSL color Cylindrical-coordinate representation of color #CE40FF: hue angle of 284.61º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE40FF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 64 255 -
CMYK 0.19 0.75 0 0
HSL 284.61º 1% 0.63% -
HSV(B) 284.61º 0.75% 1% -
XYZ 45.34 24.01 96.85 -
YUV 128.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 206 64 255 0.19 0.75 0 0 284.61 1 0.63
Hex CE 40 FF 13 4B 0 0 11D 64 3F
Octal 316 100 377 23 113 0 0 435 144 77
Binary 11001110 1000000 11111111 10011 1001011 0 0 100011101 1100100 111111

Color Harmonies of #CE40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40FF

Black with #CE40FF

Text Example


Text Example

White with #CE40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40FF; }

 p { color: rgb(206,64,255); }

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

background-color css

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

 a { background-color: rgb(206,64,255); }

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

border-color css

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

 span { border-color: rgb(206,64,255); }

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