Html Css Color HEX #CE3CF4 Medium Orchid

📋 copy color: '#CE3CF4'

red 206 ◦ green 60 ◦ blue 244

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

Shades of Medium Orchid #CE3CF4

Tints of Medium Orchid #CE3CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.76%

 BLUE value IS 244 (95.7% from 255) = 47.84%

R = 40.39%
G = 11.76%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE3CF4 (or 0xCE3CF4) is known color: Medium Orchid. HEX triplet: CE, 3C and F4. RGB value is (206,60,244). Sum of RGB (Red+Green+Blue) = 206+60+244=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE3CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CF4 is #31C30B. Grayscale: #7C7C7C. Windows color (decimal): -3261196 or 16006350. OLE color: 16006350.

HSL color Cylindrical-coordinate representation of color #CE3CF4: hue angle of 287.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3CF4 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 60 244 -
CMYK 0.16 0.75 0 0.04
HSL 287.61º 0.89% 0.6% -
HSV(B) 287.61º 0.75% 0.96% -
XYZ 43.4 22.89 87.72 -
YUV 124.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 206 60 244 0.16 0.75 0 0.04 287.61 0.89 0.6
Hex CE 3C F4 10 4B 0 4 120 59 3C
Octal 316 74 364 20 113 0 4 440 131 74
Binary 11001110 111100 11110100 10000 1001011 0 100 100100000 1011001 111100

Color Harmonies of #CE3CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CF4

Black with #CE3CF4

Text Example


Text Example

White with #CE3CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CF4; }

 p { color: rgb(206,60,244); }

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

background-color css

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

 a { background-color: rgb(206,60,244); }

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

border-color css

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

 span { border-color: rgb(206,60,244); }

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