Html Css Color HEX #CF31ED Medium Orchid

📋 copy color: '#CF31ED'

red 207 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #CF31ED

Tints of Medium Orchid #CF31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 41.99%
G = 9.94%
B = 48.07%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF31ED (or 0xCF31ED) is known color: Medium Orchid. HEX triplet: CF, 31 and ED. RGB value is (207,49,237). Sum of RGB (Red+Green+Blue) = 207+49+237=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31ED is #30CE12. Grayscale: #757575. Windows color (decimal): -3198483 or 15544783. OLE color: 15544783.

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

Color convert

RGB 207 49 237 -
CMYK 0.13 0.79 0 0.07
HSL 290.43º 0.84% 0.56% -
HSV(B) 290.43º 0.79% 0.93% -
XYZ 42.12 21.58 82.07 -
YUV 117.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 207 49 237 0.13 0.79 0 0.07 290.43 0.84 0.56
Hex CF 31 ED D 4F 0 7 122 54 38
Octal 317 61 355 15 117 0 7 442 124 70
Binary 11001111 110001 11101101 1101 1001111 0 111 100100010 1010100 111000

Color Harmonies of #CF31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31ED

Black with #CF31ED

Text Example


Text Example

White with #CF31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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