Html Css Color HEX #CF31EF Medium Orchid

📋 copy color: '#CF31EF'

red 207 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #CF31EF

Tints of Medium Orchid #CF31EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 41.82%
G = 9.9%
B = 48.28%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF31EF (or 0xCF31EF) is known color: Medium Orchid. HEX triplet: CF, 31 and EF. RGB value is (207,49,239). Sum of RGB (Red+Green+Blue) = 207+49+239=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF31EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31EF is #30CE10. Grayscale: #757575. Windows color (decimal): -3198481 or 15675855. OLE color: 15675855.

HSL color Cylindrical-coordinate representation of color #CF31EF: hue angle of 289.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31EF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 49 239 -
CMYK 0.13 0.79 0 0.06
HSL 289.89º 0.86% 0.56% -
HSV(B) 289.89º 0.79% 0.94% -
XYZ 42.41 21.69 83.61 -
YUV 117.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 207 49 239 0.13 0.79 0 0.06 289.89 0.86 0.56
Hex CF 31 EF D 4F 0 6 122 56 38
Octal 317 61 357 15 117 0 6 442 126 70
Binary 11001111 110001 11101111 1101 1001111 0 110 100100010 1010110 111000

Color Harmonies of #CF31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31EF

Black with #CF31EF

Text Example


Text Example

White with #CF31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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