Html Css Color HEX #CE3CF2 Medium Orchid

📋 copy color: '#CE3CF2'

red 206 ◦ green 60 ◦ blue 242

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

Shades of Medium Orchid #CE3CF2

Tints of Medium Orchid #CE3CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.81%

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

R = 40.55%
G = 11.81%
B = 47.64%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE3CF2 (or 0xCE3CF2) is known color: Medium Orchid. HEX triplet: CE, 3C and F2. RGB value is (206,60,242). Sum of RGB (Red+Green+Blue) = 206+60+242=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CF2 is #31C30D. Grayscale: #7B7B7B. Windows color (decimal): -3261198 or 15875278. OLE color: 15875278.

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

Color convert

RGB 206 60 242 -
CMYK 0.15 0.75 0 0.05
HSL 288.13º 0.88% 0.59% -
HSV(B) 288.13º 0.75% 0.95% -
XYZ 43.1 22.76 86.13 -
YUV 124.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 206 60 242 0.15 0.75 0 0.05 288.13 0.88 0.59
Hex CE 3C F2 F 4B 0 5 120 58 3B
Octal 316 74 362 17 113 0 5 440 130 73
Binary 11001110 111100 11110010 1111 1001011 0 101 100100000 1011000 111011

Color Harmonies of #CE3CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CF2

Black with #CE3CF2

Text Example


Text Example

White with #CE3CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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