Html Css Color HEX #CE4AF2 Medium Orchid

📋 copy color: '#CE4AF2'

red 206 ◦ green 74 ◦ blue 242

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

Shades of Medium Orchid #CE4AF2

Tints of Medium Orchid #CE4AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 39.46%
G = 14.18%
B = 46.36%

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

#CE4AF2 (or 0xCE4AF2) is known color: Medium Orchid. HEX triplet: CE, 4A and F2. RGB value is (206,74,242). Sum of RGB (Red+Green+Blue) = 206+74+242=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE4AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF2 is #31B50D. Grayscale: #848484. Windows color (decimal): -3257614 or 15878862. OLE color: 15878862.

HSL color Cylindrical-coordinate representation of color #CE4AF2: hue angle of 287.14º degrees, saturation: 0.87, 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 #CE4AF2 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 74 242 -
CMYK 0.15 0.69 0 0.05
HSL 287.14º 0.87% 0.62% -
HSV(B) 287.14º 0.69% 0.95% -
XYZ 43.93 24.43 86.4 -
YUV 132.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 206 74 242 0.15 0.69 0 0.05 287.14 0.87 0.62
Hex CE 4A F2 F 45 0 5 11F 57 3E
Octal 316 112 362 17 105 0 5 437 127 76
Binary 11001110 1001010 11110010 1111 1000101 0 101 100011111 1010111 111110

Color Harmonies of #CE4AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AF2

Black with #CE4AF2

Text Example


Text Example

White with #CE4AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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