Html Css Color HEX #CF31EB Medium Orchid

📋 copy color: '#CF31EB'

red 207 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #CF31EB

Tints of Medium Orchid #CF31EB

RGB

 RED value IS 207 (81.25% from 255) = 42.16%

 GREEN value IS 49 (19.53% from 255) = 9.98%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 42.16%
G = 9.98%
B = 47.86%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF31EB (or 0xCF31EB) is known color: Medium Orchid. HEX triplet: CF, 31 and EB. RGB value is (207,49,235). Sum of RGB (Red+Green+Blue) = 207+49+235=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF31EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31EB is #30CE14. Grayscale: #747474. Windows color (decimal): -3198485 or 15413711. OLE color: 15413711.

HSL color Cylindrical-coordinate representation of color #CF31EB: hue angle of 290.97º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31EB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 49 235 -
CMYK 0.12 0.79 0 0.08
HSL 290.97º 0.82% 0.56% -
HSV(B) 290.97º 0.79% 0.92% -
XYZ 41.83 21.46 80.54 -
YUV 117.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 207 49 235 0.12 0.79 0 0.08 290.97 0.82 0.56
Hex CF 31 EB C 4F 0 8 123 52 38
Octal 317 61 353 14 117 0 10 443 122 70
Binary 11001111 110001 11101011 1100 1001111 0 1000 100100011 1010010 111000

Color Harmonies of #CF31EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31EB

Black with #CF31EB

Text Example


Text Example

White with #CF31EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31EB; }

 p { color: rgb(207,49,235); }

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

background-color css

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

 a { background-color: rgb(207,49,235); }

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

border-color css

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

 span { border-color: rgb(207,49,235); }

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