Html Css Color HEX #CF4FD7 Medium Orchid

📋 copy color: '#CF4FD7'

red 207 ◦ green 79 ◦ blue 215

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

Shades of Medium Orchid #CF4FD7

Tints of Medium Orchid #CF4FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 41.32%
G = 15.77%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF4FD7 (or 0xCF4FD7) is known color: Medium Orchid. HEX triplet: CF, 4F and D7. RGB value is (207,79,215). Sum of RGB (Red+Green+Blue) = 207+79+215=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF4FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FD7 is #30B028. Grayscale: #848484. Windows color (decimal): -3190825 or 14110671. OLE color: 14110671.

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

Color convert

RGB 207 79 215 -
CMYK 0.04 0.63 0 0.16
HSL 296.47º 0.63% 0.58% -
HSV(B) 296.47º 0.63% 0.84% -
XYZ 40.79 23.76 66.73 -
YUV 132.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 207 79 215 0.04 0.63 0 0.16 296.47 0.63 0.58
Hex CF 4F D7 4 3F 0 10 128 3F 3A
Octal 317 117 327 4 77 0 20 450 77 72
Binary 11001111 1001111 11010111 100 111111 0 10000 100101000 111111 111010

Color Harmonies of #CF4FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FD7

Black with #CF4FD7

Text Example


Text Example

White with #CF4FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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