Html Css Color HEX #CF37FC Medium Orchid

📋 copy color: '#CF37FC'

red 207 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CF37FC

Tints of Medium Orchid #CF37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 40.27%
G = 10.7%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF37FC (or 0xCF37FC) is known color: Medium Orchid. HEX triplet: CF, 37 and FC. RGB value is (207,55,252). Sum of RGB (Red+Green+Blue) = 207+55+252=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37FC is #30C803. Grayscale: #7A7A7A. Windows color (decimal): -3196932 or 16529359. OLE color: 16529359.

HSL color Cylindrical-coordinate representation of color #CF37FC: hue angle of 286.29º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF37FC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 55 252 -
CMYK 0.18 0.78 0 0.01
HSL 286.29º 0.97% 0.6% -
HSV(B) 286.29º 0.78% 0.99% -
XYZ 44.67 23.03 94.19 -
YUV 122.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 207 55 252 0.18 0.78 0 0.01 286.29 0.97 0.6
Hex CF 37 FC 12 4E 0 1 11E 61 3C
Octal 317 67 374 22 116 0 1 436 141 74
Binary 11001111 110111 11111100 10010 1001110 0 1 100011110 1100001 111100

Color Harmonies of #CF37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37FC

Black with #CF37FC

Text Example


Text Example

White with #CF37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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