Html Css Color HEX #CE43FA Medium Orchid

📋 copy color: '#CE43FA'

red 206 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #CE43FA

Tints of Medium Orchid #CE43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.81%

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

R = 39.39%
G = 12.81%
B = 47.8%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE43FA (or 0xCE43FA) is known color: Medium Orchid. HEX triplet: CE, 43 and FA. RGB value is (206,67,250). Sum of RGB (Red+Green+Blue) = 206+67+250=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 67 (26.56% from 255 or 12.81% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43FA is #31BC05. Grayscale: #808080. Windows color (decimal): -3259398 or 16401358. OLE color: 16401358.

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

Color convert

RGB 206 67 250 -
CMYK 0.18 0.73 0 0.02
HSL 285.57º 0.95% 0.62% -
HSV(B) 285.57º 0.73% 0.98% -
XYZ 44.72 24.04 92.73 -
YUV 129.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 206 67 250 0.18 0.73 0 0.02 285.57 0.95 0.62
Hex CE 43 FA 12 49 0 2 11E 5F 3E
Octal 316 103 372 22 111 0 2 436 137 76
Binary 11001110 1000011 11111010 10010 1001001 0 10 100011110 1011111 111110

Color Harmonies of #CE43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE43FA

Black with #CE43FA

Text Example


Text Example

White with #CE43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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