Html Css Color HEX #CE41FC Medium Orchid

📋 copy color: '#CE41FC'

red 206 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #CE41FC

Tints of Medium Orchid #CE41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.43%

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

R = 39.39%
G = 12.43%
B = 48.18%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE41FC (or 0xCE41FC) is known color: Medium Orchid. HEX triplet: CE, 41 and FC. RGB value is (206,65,252). Sum of RGB (Red+Green+Blue) = 206+65+252=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FC is #31BE03. Grayscale: #7F7F7F. Windows color (decimal): -3259908 or 16531918. OLE color: 16531918.

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

Color convert

RGB 206 65 252 -
CMYK 0.18 0.74 0 0.01
HSL 285.24º 0.97% 0.62% -
HSV(B) 285.24º 0.74% 0.99% -
XYZ 44.91 23.93 94.35 -
YUV 128.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 206 65 252 0.18 0.74 0 0.01 285.24 0.97 0.62
Hex CE 41 FC 12 4A 0 1 11D 61 3E
Octal 316 101 374 22 112 0 1 435 141 76
Binary 11001110 1000001 11111100 10010 1001010 0 1 100011101 1100001 111110

Color Harmonies of #CE41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41FC

Black with #CE41FC

Text Example


Text Example

White with #CE41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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