Html Css Color HEX #CF4EDF Medium Orchid

📋 copy color: '#CF4EDF'

red 207 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #CF4EDF

Tints of Medium Orchid #CF4EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

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

R = 40.75%
G = 15.35%
B = 43.9%

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

#CF4EDF (or 0xCF4EDF) is known color: Medium Orchid. HEX triplet: CF, 4E and DF. RGB value is (207,78,223). Sum of RGB (Red+Green+Blue) = 207+78+223=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EDF is #30B120. Grayscale: #848484. Windows color (decimal): -3191073 or 14634703. OLE color: 14634703.

HSL color Cylindrical-coordinate representation of color #CF4EDF: hue angle of 293.38º degrees, saturation: 0.69, 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 #CF4EDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 78 223 -
CMYK 0.07 0.65 0 0.13
HSL 293.38º 0.69% 0.59% -
HSV(B) 293.38º 0.65% 0.87% -
XYZ 41.78 24.04 72.25 -
YUV 133.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 207 78 223 0.07 0.65 0 0.13 293.38 0.69 0.59
Hex CF 4E DF 7 41 0 D 125 45 3B
Octal 317 116 337 7 101 0 15 445 105 73
Binary 11001111 1001110 11011111 111 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CF4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EDF

Black with #CF4EDF

Text Example


Text Example

White with #CF4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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