Html Css Color HEX #CF37F6 Medium Orchid

📋 copy color: '#CF37F6'

red 207 ◦ green 55 ◦ blue 246

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

Shades of Medium Orchid #CF37F6

Tints of Medium Orchid #CF37F6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.83%

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 40.75%
G = 10.83%
B = 48.43%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF37F6 (or 0xCF37F6) is known color: Medium Orchid. HEX triplet: CF, 37 and F6. RGB value is (207,55,246). Sum of RGB (Red+Green+Blue) = 207+55+246=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37F6 is #30C809. Grayscale: #797979. Windows color (decimal): -3196938 or 16136143. OLE color: 16136143.

HSL color Cylindrical-coordinate representation of color #CF37F6: hue angle of 287.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF37F6 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 55 246 -
CMYK 0.16 0.78 0 0.04
HSL 287.75º 0.91% 0.59% -
HSV(B) 287.75º 0.78% 0.96% -
XYZ 43.73 22.65 89.26 -
YUV 122.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 207 55 246 0.16 0.78 0 0.04 287.75 0.91 0.59
Hex CF 37 F6 10 4E 0 4 120 5B 3B
Octal 317 67 366 20 116 0 4 440 133 73
Binary 11001111 110111 11110110 10000 1001110 0 100 100100000 1011011 111011

Color Harmonies of #CF37F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37F6

Black with #CF37F6

Text Example


Text Example

White with #CF37F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37F6; }

 p { color: rgb(207,55,246); }

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

background-color css

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

 a { background-color: rgb(207,55,246); }

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

border-color css

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

 span { border-color: rgb(207,55,246); }

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