Html Css Color HEX #CF4CDF Medium Orchid

📋 copy color: '#CF4CDF'

red 207 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #CF4CDF

Tints of Medium Orchid #CF4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.02%

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

R = 40.91%
G = 15.02%
B = 44.07%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF4CDF (or 0xCF4CDF) is known color: Medium Orchid. HEX triplet: CF, 4C and DF. RGB value is (207,76,223). Sum of RGB (Red+Green+Blue) = 207+76+223=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CDF is #30B320. Grayscale: #838383. Windows color (decimal): -3191585 or 14634191. OLE color: 14634191.

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

Color convert

RGB 207 76 223 -
CMYK 0.07 0.66 0 0.13
HSL 293.47º 0.7% 0.59% -
HSV(B) 293.47º 0.66% 0.87% -
XYZ 41.64 23.76 72.2 -
YUV 131.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 207 76 223 0.07 0.66 0 0.13 293.47 0.7 0.59
Hex CF 4C DF 7 42 0 D 125 46 3B
Octal 317 114 337 7 102 0 15 445 106 73
Binary 11001111 1001100 11011111 111 1000010 0 1101 100100101 1000110 111011

Color Harmonies of #CF4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CDF

Black with #CF4CDF

Text Example


Text Example

White with #CF4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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