Html Css Color HEX #CF37FE Medium Orchid

📋 copy color: '#CF37FE'

red 207 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #CF37FE

Tints of Medium Orchid #CF37FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 40.12%
G = 10.66%
B = 49.22%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF37FE (or 0xCF37FE) is known color: Medium Orchid. HEX triplet: CF, 37 and FE. RGB value is (207,55,254). Sum of RGB (Red+Green+Blue) = 207+55+254=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37FE is #30C801. Grayscale: #7A7A7A. Windows color (decimal): -3196930 or 16660431. OLE color: 16660431.

HSL color Cylindrical-coordinate representation of color #CF37FE: hue angle of 285.83º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF37FE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 55 254 -
CMYK 0.19 0.78 0 0.00
HSL 285.83º 0.99% 0.61% -
HSV(B) 285.83º 0.78% 1% -
XYZ 44.99 23.15 95.86 -
YUV 123.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 207 55 254 0.19 0.78 0 0.00 285.83 0.99 0.61
Hex CF 37 FE 13 4E 0 0 11E 63 3D
Octal 317 67 376 23 116 0 0 436 143 75
Binary 11001111 110111 11111110 10011 1001110 0 0 100011110 1100011 111101

Color Harmonies of #CF37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37FE

Black with #CF37FE

Text Example


Text Example

White with #CF37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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