Html Css Color HEX #CF36EC Medium Orchid

📋 copy color: '#CF36EC'

red 207 ◦ green 54 ◦ blue 236

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

Shades of Medium Orchid #CF36EC

Tints of Medium Orchid #CF36EC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.87%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 41.65%
G = 10.87%
B = 47.48%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF36EC (or 0xCF36EC) is known color: Medium Orchid. HEX triplet: CF, 36 and EC. RGB value is (207,54,236). Sum of RGB (Red+Green+Blue) = 207+54+236=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36EC is #30C913. Grayscale: #777777. Windows color (decimal): -3197204 or 15480527. OLE color: 15480527.

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

Color convert

RGB 207 54 236 -
CMYK 0.12 0.77 0 0.07
HSL 290.44º 0.83% 0.57% -
HSV(B) 290.44º 0.77% 0.93% -
XYZ 42.19 21.96 81.37 -
YUV 120.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 207 54 236 0.12 0.77 0 0.07 290.44 0.83 0.57
Hex CF 36 EC C 4D 0 7 122 53 39
Octal 317 66 354 14 115 0 7 442 123 71
Binary 11001111 110110 11101100 1100 1001101 0 111 100100010 1010011 111001

Color Harmonies of #CF36EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36EC

Black with #CF36EC

Text Example


Text Example

White with #CF36EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36EC; }

 p { color: rgb(207,54,236); }

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

background-color css

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

 a { background-color: rgb(207,54,236); }

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

border-color css

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

 span { border-color: rgb(207,54,236); }

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