Html Css Color HEX #CF36EF Medium Orchid

📋 copy color: '#CF36EF'

red 207 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #CF36EF

Tints of Medium Orchid #CF36EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 41.4%
G = 10.8%
B = 47.8%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF36EF (or 0xCF36EF) is known color: Medium Orchid. HEX triplet: CF, 36 and EF. RGB value is (207,54,239). Sum of RGB (Red+Green+Blue) = 207+54+239=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36EF is #30C910. Grayscale: #787878. Windows color (decimal): -3197201 or 15677135. OLE color: 15677135.

HSL color Cylindrical-coordinate representation of color #CF36EF: hue angle of 289.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF36EF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 54 239 -
CMYK 0.13 0.77 0 0.06
HSL 289.62º 0.85% 0.57% -
HSV(B) 289.62º 0.77% 0.94% -
XYZ 42.63 22.14 83.69 -
YUV 120.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 207 54 239 0.13 0.77 0 0.06 289.62 0.85 0.57
Hex CF 36 EF D 4D 0 6 122 55 39
Octal 317 66 357 15 115 0 6 442 125 71
Binary 11001111 110110 11101111 1101 1001101 0 110 100100010 1010101 111001

Color Harmonies of #CF36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36EF

Black with #CF36EF

Text Example


Text Example

White with #CF36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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