Html Css Color HEX #CE3BFC Medium Orchid

📋 copy color: '#CE3BFC'

red 206 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #CE3BFC

Tints of Medium Orchid #CE3BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.41%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 39.85%
G = 11.41%
B = 48.74%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE3BFC (or 0xCE3BFC) is known color: Medium Orchid. HEX triplet: CE, 3B and FC. RGB value is (206,59,252). Sum of RGB (Red+Green+Blue) = 206+59+252=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BFC is #31C403. Grayscale: #7C7C7C. Windows color (decimal): -3261444 or 16530382. OLE color: 16530382.

HSL color Cylindrical-coordinate representation of color #CE3BFC: hue angle of 285.7º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3BFC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 59 252 -
CMYK 0.18 0.77 0 0.01
HSL 285.7º 0.97% 0.61% -
HSV(B) 285.7º 0.77% 0.99% -
XYZ 44.59 23.28 94.24 -
YUV 124.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 206 59 252 0.18 0.77 0 0.01 285.7 0.97 0.61
Hex CE 3B FC 12 4D 0 1 11E 61 3D
Octal 316 73 374 22 115 0 1 436 141 75
Binary 11001110 111011 11111100 10010 1001101 0 1 100011110 1100001 111101

Color Harmonies of #CE3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BFC

Black with #CE3BFC

Text Example


Text Example

White with #CE3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BFC; }

 p { color: rgb(206,59,252); }

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

background-color css

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

 a { background-color: rgb(206,59,252); }

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

border-color css

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

 span { border-color: rgb(206,59,252); }

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