Html Css Color HEX #CF46EF Medium Orchid

📋 copy color: '#CF46EF'

red 207 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #CF46EF

Tints of Medium Orchid #CF46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.57%

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

R = 40.12%
G = 13.57%
B = 46.32%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF46EF (or 0xCF46EF) is known color: Medium Orchid. HEX triplet: CF, 46 and EF. RGB value is (207,70,239). Sum of RGB (Red+Green+Blue) = 207+70+239=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF46EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46EF is #30B910. Grayscale: #818181. Windows color (decimal): -3193105 or 15681231. OLE color: 15681231.

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

Color convert

RGB 207 70 239 -
CMYK 0.13 0.71 0 0.06
HSL 288.64º 0.84% 0.61% -
HSV(B) 288.64º 0.71% 0.94% -
XYZ 43.5 23.88 83.98 -
YUV 130.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 207 70 239 0.13 0.71 0 0.06 288.64 0.84 0.61
Hex CF 46 EF D 47 0 6 121 54 3D
Octal 317 106 357 15 107 0 6 441 124 75
Binary 11001111 1000110 11101111 1101 1000111 0 110 100100001 1010100 111101

Color Harmonies of #CF46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46EF

Black with #CF46EF

Text Example


Text Example

White with #CF46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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