Html Css Color HEX #CF46D6 Medium Orchid

📋 copy color: '#CF46D6'

red 207 ◦ green 70 ◦ blue 214

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

Shades of Medium Orchid #CF46D6

Tints of Medium Orchid #CF46D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 42.16%
G = 14.26%
B = 43.58%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF46D6 (or 0xCF46D6) is known color: Medium Orchid. HEX triplet: CF, 46 and D6. RGB value is (207,70,214). Sum of RGB (Red+Green+Blue) = 207+70+214=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF46D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46D6 is #30B929. Grayscale: #7E7E7E. Windows color (decimal): -3193130 or 14042831. OLE color: 14042831.

HSL color Cylindrical-coordinate representation of color #CF46D6: hue angle of 297.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF46D6 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 70 214 -
CMYK 0.03 0.67 0 0.16
HSL 297.08º 0.64% 0.56% -
HSV(B) 297.08º 0.67% 0.84% -
XYZ 40.06 22.5 65.85 -
YUV 127.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 207 70 214 0.03 0.67 0 0.16 297.08 0.64 0.56
Hex CF 46 D6 3 43 0 10 129 40 38
Octal 317 106 326 3 103 0 20 451 100 70
Binary 11001111 1000110 11010110 11 1000011 0 10000 100101001 1000000 111000

Color Harmonies of #CF46D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46D6

Black with #CF46D6

Text Example


Text Example

White with #CF46D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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