Html Css Color HEX #CF37EB Medium Orchid

📋 copy color: '#CF37EB'

red 207 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #CF37EB

Tints of Medium Orchid #CF37EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 41.65%
G = 11.07%
B = 47.28%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF37EB (or 0xCF37EB) is known color: Medium Orchid. HEX triplet: CF, 37 and EB. RGB value is (207,55,235). Sum of RGB (Red+Green+Blue) = 207+55+235=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF37EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37EB is #30C814. Grayscale: #787878. Windows color (decimal): -3196949 or 15415247. OLE color: 15415247.

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

Color convert

RGB 207 55 235 -
CMYK 0.12 0.77 0 0.08
HSL 290.67º 0.82% 0.57% -
HSV(B) 290.67º 0.77% 0.92% -
XYZ 42.09 22 80.62 -
YUV 120.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 207 55 235 0.12 0.77 0 0.08 290.67 0.82 0.57
Hex CF 37 EB C 4D 0 8 123 52 39
Octal 317 67 353 14 115 0 10 443 122 71
Binary 11001111 110111 11101011 1100 1001101 0 1000 100100011 1010010 111001

Color Harmonies of #CF37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37EB

Black with #CF37EB

Text Example


Text Example

White with #CF37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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