Html Css Color HEX #CF4DDF Medium Orchid

📋 copy color: '#CF4DDF'

red 207 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #CF4DDF

Tints of Medium Orchid #CF4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 40.83%
G = 15.19%
B = 43.98%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF4DDF (or 0xCF4DDF) is known color: Medium Orchid. HEX triplet: CF, 4D and DF. RGB value is (207,77,223). Sum of RGB (Red+Green+Blue) = 207+77+223=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DDF is #30B220. Grayscale: #848484. Windows color (decimal): -3191329 or 14634447. OLE color: 14634447.

HSL color Cylindrical-coordinate representation of color #CF4DDF: hue angle of 293.42º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4DDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 77 223 -
CMYK 0.07 0.65 0 0.13
HSL 293.42º 0.7% 0.59% -
HSV(B) 293.42º 0.65% 0.87% -
XYZ 41.71 23.9 72.23 -
YUV 132.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 207 77 223 0.07 0.65 0 0.13 293.42 0.7 0.59
Hex CF 4D DF 7 41 0 D 125 46 3B
Octal 317 115 337 7 101 0 15 445 106 73
Binary 11001111 1001101 11011111 111 1000001 0 1101 100100101 1000110 111011

Color Harmonies of #CF4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DDF

Black with #CF4DDF

Text Example


Text Example

White with #CF4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DDF; }

 p { color: rgb(207,77,223); }

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

background-color css

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

 a { background-color: rgb(207,77,223); }

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

border-color css

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

 span { border-color: rgb(207,77,223); }

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