Html Css Color HEX #CF37EA Medium Orchid

📋 copy color: '#CF37EA'

red 207 ◦ green 55 ◦ blue 234

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

Shades of Medium Orchid #CF37EA

Tints of Medium Orchid #CF37EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 41.73%
G = 11.09%
B = 47.18%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF37EA (or 0xCF37EA) is known color: Medium Orchid. HEX triplet: CF, 37 and EA. RGB value is (207,55,234). Sum of RGB (Red+Green+Blue) = 207+55+234=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF37EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37EA is #30C815. Grayscale: #787878. Windows color (decimal): -3196950 or 15349711. OLE color: 15349711.

HSL color Cylindrical-coordinate representation of color #CF37EA: hue angle of 290.95º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF37EA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 55 234 -
CMYK 0.12 0.76 0 0.08
HSL 290.95º 0.81% 0.57% -
HSV(B) 290.95º 0.76% 0.92% -
XYZ 41.95 21.94 79.87 -
YUV 120.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 207 55 234 0.12 0.76 0 0.08 290.95 0.81 0.57
Hex CF 37 EA C 4C 0 8 123 51 39
Octal 317 67 352 14 114 0 10 443 121 71
Binary 11001111 110111 11101010 1100 1001100 0 1000 100100011 1010001 111001

Color Harmonies of #CF37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37EA

Black with #CF37EA

Text Example


Text Example

White with #CF37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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