Html Css Color HEX #CE4FF0 Medium Orchid

📋 copy color: '#CE4FF0'

red 206 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #CE4FF0

Tints of Medium Orchid #CE4FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.05%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 39.24%
G = 15.05%
B = 45.71%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE4FF0 (or 0xCE4FF0) is known color: Medium Orchid. HEX triplet: CE, 4F and F0. RGB value is (206,79,240). Sum of RGB (Red+Green+Blue) = 206+79+240=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FF0 is #31B00F. Grayscale: #868686. Windows color (decimal): -3256336 or 15749070. OLE color: 15749070.

HSL color Cylindrical-coordinate representation of color #CE4FF0: hue angle of 287.33º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4FF0 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 79 240 -
CMYK 0.14 0.67 0 0.06
HSL 287.33º 0.84% 0.63% -
HSV(B) 287.33º 0.67% 0.94% -
XYZ 43.98 25.01 84.95 -
YUV 135.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 206 79 240 0.14 0.67 0 0.06 287.33 0.84 0.63
Hex CE 4F F0 E 43 0 6 11F 54 3F
Octal 316 117 360 16 103 0 6 437 124 77
Binary 11001110 1001111 11110000 1110 1000011 0 110 100011111 1010100 111111

Color Harmonies of #CE4FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FF0

Black with #CE4FF0

Text Example


Text Example

White with #CE4FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FF0; }

 p { color: rgb(206,79,240); }

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

background-color css

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

 a { background-color: rgb(206,79,240); }

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

border-color css

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

 span { border-color: rgb(206,79,240); }

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