Html Css Color HEX #CE42FA Medium Orchid

📋 copy color: '#CE42FA'

red 206 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #CE42FA

Tints of Medium Orchid #CE42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.64%

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

R = 39.46%
G = 12.64%
B = 47.89%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE42FA (or 0xCE42FA) is known color: Medium Orchid. HEX triplet: CE, 42 and FA. RGB value is (206,66,250). Sum of RGB (Red+Green+Blue) = 206+66+250=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42FA is #31BD05. Grayscale: #808080. Windows color (decimal): -3259654 or 16401102. OLE color: 16401102.

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

Color convert

RGB 206 66 250 -
CMYK 0.18 0.74 0 0.02
HSL 285.65º 0.95% 0.62% -
HSV(B) 285.65º 0.74% 0.98% -
XYZ 44.66 23.92 92.71 -
YUV 128.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 206 66 250 0.18 0.74 0 0.02 285.65 0.95 0.62
Hex CE 42 FA 12 4A 0 2 11E 5F 3E
Octal 316 102 372 22 112 0 2 436 137 76
Binary 11001110 1000010 11111010 10010 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CE42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42FA

Black with #CE42FA

Text Example


Text Example

White with #CE42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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