Html Css Color HEX #CE3AFB Medium Orchid

📋 copy color: '#CE3AFB'

red 206 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #CE3AFB

Tints of Medium Orchid #CE3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.26%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 40%
G = 11.26%
B = 48.74%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3AFB (or 0xCE3AFB) is known color: Medium Orchid. HEX triplet: CE, 3A and FB. RGB value is (206,58,251). Sum of RGB (Red+Green+Blue) = 206+58+251=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFB is #31C504. Grayscale: #7B7B7B. Windows color (decimal): -3261701 or 16464590. OLE color: 16464590.

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

Color convert

RGB 206 58 251 -
CMYK 0.18 0.77 0 0.02
HSL 286.01º 0.96% 0.61% -
HSV(B) 286.01º 0.77% 0.98% -
XYZ 44.38 23.11 93.39 -
YUV 124.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 206 58 251 0.18 0.77 0 0.02 286.01 0.96 0.61
Hex CE 3A FB 12 4D 0 2 11E 60 3D
Octal 316 72 373 22 115 0 2 436 140 75
Binary 11001110 111010 11111011 10010 1001101 0 10 100011110 1100000 111101

Color Harmonies of #CE3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AFB

Black with #CE3AFB

Text Example


Text Example

White with #CE3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AFB; }

 p { color: rgb(206,58,251); }

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

background-color css

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

 a { background-color: rgb(206,58,251); }

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

border-color css

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

 span { border-color: rgb(206,58,251); }

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