Html Css Color HEX #CF4FD6 Medium Orchid

📋 copy color: '#CF4FD6'

red 207 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #CF4FD6

Tints of Medium Orchid #CF4FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.8%

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

R = 41.4%
G = 15.8%
B = 42.8%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF4FD6 (or 0xCF4FD6) is known color: Medium Orchid. HEX triplet: CF, 4F and D6. RGB value is (207,79,214). Sum of RGB (Red+Green+Blue) = 207+79+214=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF4FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FD6 is #30B029. Grayscale: #848484. Windows color (decimal): -3190826 or 14045135. OLE color: 14045135.

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

Color convert

RGB 207 79 214 -
CMYK 0.03 0.63 0 0.16
HSL 296.89º 0.62% 0.57% -
HSV(B) 296.89º 0.63% 0.84% -
XYZ 40.67 23.71 66.05 -
YUV 132.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 207 79 214 0.03 0.63 0 0.16 296.89 0.62 0.57
Hex CF 4F D6 3 3F 0 10 129 3E 39
Octal 317 117 326 3 77 0 20 451 76 71
Binary 11001111 1001111 11010110 11 111111 0 10000 100101001 111110 111001

Color Harmonies of #CF4FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FD6

Black with #CF4FD6

Text Example


Text Example

White with #CF4FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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