Html Css Color HEX #CE45FA Medium Orchid

📋 copy color: '#CE45FA'

red 206 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #CE45FA

Tints of Medium Orchid #CE45FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.14%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 39.24%
G = 13.14%
B = 47.62%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE45FA (or 0xCE45FA) is known color: Medium Orchid. HEX triplet: CE, 45 and FA. RGB value is (206,69,250). Sum of RGB (Red+Green+Blue) = 206+69+250=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 69 (27.34% from 255 or 13.14% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45FA is #31BA05. Grayscale: #828282. Windows color (decimal): -3258886 or 16401870. OLE color: 16401870.

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

Color convert

RGB 206 69 250 -
CMYK 0.18 0.72 0 0.02
HSL 285.41º 0.95% 0.63% -
HSV(B) 285.41º 0.72% 0.98% -
XYZ 44.84 24.28 92.77 -
YUV 130.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 206 69 250 0.18 0.72 0 0.02 285.41 0.95 0.63
Hex CE 45 FA 12 48 0 2 11D 5F 3F
Octal 316 105 372 22 110 0 2 435 137 77
Binary 11001110 1000101 11111010 10010 1001000 0 10 100011101 1011111 111111

Color Harmonies of #CE45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45FA

Black with #CE45FA

Text Example


Text Example

White with #CE45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45FA; }

 p { color: rgb(206,69,250); }

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

background-color css

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

 a { background-color: rgb(206,69,250); }

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

border-color css

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

 span { border-color: rgb(206,69,250); }

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