Html Css Color HEX #CE3FF4 Medium Orchid

📋 copy color: '#CE3FF4'

red 206 ◦ green 63 ◦ blue 244

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

Shades of Medium Orchid #CE3FF4

Tints of Medium Orchid #CE3FF4

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

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

R = 40.16%
G = 12.28%
B = 47.56%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE3FF4 (or 0xCE3FF4) is known color: Medium Orchid. HEX triplet: CE, 3F and F4. RGB value is (206,63,244). Sum of RGB (Red+Green+Blue) = 206+63+244=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE3FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FF4 is #31C00B. Grayscale: #7D7D7D. Windows color (decimal): -3260428 or 16007118. OLE color: 16007118.

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

Color convert

RGB 206 63 244 -
CMYK 0.16 0.74 0 0.04
HSL 287.4º 0.89% 0.6% -
HSV(B) 287.4º 0.74% 0.96% -
XYZ 43.56 23.21 87.77 -
YUV 126.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 206 63 244 0.16 0.74 0 0.04 287.4 0.89 0.6
Hex CE 3F F4 10 4A 0 4 11F 59 3C
Octal 316 77 364 20 112 0 4 437 131 74
Binary 11001110 111111 11110100 10000 1001010 0 100 100011111 1011001 111100

Color Harmonies of #CE3FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FF4

Black with #CE3FF4

Text Example


Text Example

White with #CE3FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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