Html Css Color HEX #CE4AF1 Medium Orchid

📋 copy color: '#CE4AF1'

red 206 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #CE4AF1

Tints of Medium Orchid #CE4AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.2%

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 39.54%
G = 14.2%
B = 46.26%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE4AF1 (or 0xCE4AF1) is known color: Medium Orchid. HEX triplet: CE, 4A and F1. RGB value is (206,74,241). Sum of RGB (Red+Green+Blue) = 206+74+241=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF1 is #31B50E. Grayscale: #838383. Windows color (decimal): -3257615 or 15813326. OLE color: 15813326.

HSL color Cylindrical-coordinate representation of color #CE4AF1: hue angle of 287.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AF1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 74 241 -
CMYK 0.15 0.69 0 0.05
HSL 287.43º 0.86% 0.62% -
HSV(B) 287.43º 0.69% 0.95% -
XYZ 43.78 24.37 85.62 -
YUV 132.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 206 74 241 0.15 0.69 0 0.05 287.43 0.86 0.62
Hex CE 4A F1 F 45 0 5 11F 56 3E
Octal 316 112 361 17 105 0 5 437 126 76
Binary 11001110 1001010 11110001 1111 1000101 0 101 100011111 1010110 111110

Color Harmonies of #CE4AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AF1

Black with #CE4AF1

Text Example


Text Example

White with #CE4AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AF1; }

 p { color: rgb(206,74,241); }

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

background-color css

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

 a { background-color: rgb(206,74,241); }

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

border-color css

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

 span { border-color: rgb(206,74,241); }

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