Html Css Color HEX #CE4CF1 Medium Orchid

📋 copy color: '#CE4CF1'

red 206 ◦ green 76 ◦ blue 241

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

Shades of Medium Orchid #CE4CF1

Tints of Medium Orchid #CE4CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 39.39%
G = 14.53%
B = 46.08%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE4CF1 (or 0xCE4CF1) is known color: Medium Orchid. HEX triplet: CE, 4C and F1. RGB value is (206,76,241). Sum of RGB (Red+Green+Blue) = 206+76+241=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CF1 is #31B30E. Grayscale: #858585. Windows color (decimal): -3257103 or 15813838. OLE color: 15813838.

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

Color convert

RGB 206 76 241 -
CMYK 0.15 0.68 0 0.05
HSL 287.27º 0.85% 0.62% -
HSV(B) 287.27º 0.68% 0.95% -
XYZ 43.92 24.64 85.66 -
YUV 133.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 206 76 241 0.15 0.68 0 0.05 287.27 0.85 0.62
Hex CE 4C F1 F 44 0 5 11F 55 3E
Octal 316 114 361 17 104 0 5 437 125 76
Binary 11001110 1001100 11110001 1111 1000100 0 101 100011111 1010101 111110

Color Harmonies of #CE4CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CF1

Black with #CE4CF1

Text Example


Text Example

White with #CE4CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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