Html Css Color HEX #CF3BDC Medium Orchid

📋 copy color: '#CF3BDC'

red 207 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #CF3BDC

Tints of Medium Orchid #CF3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.14%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 42.59%
G = 12.14%
B = 45.27%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF3BDC (or 0xCF3BDC) is known color: Medium Orchid. HEX triplet: CF, 3B and DC. RGB value is (207,59,220). Sum of RGB (Red+Green+Blue) = 207+59+220=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BDC is #30C423. Grayscale: #797979. Windows color (decimal): -3195940 or 14433231. OLE color: 14433231.

HSL color Cylindrical-coordinate representation of color #CF3BDC: hue angle of 295.16º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3BDC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 59 220 -
CMYK 0.06 0.73 0 0.14
HSL 295.16º 0.7% 0.55% -
HSV(B) 295.16º 0.73% 0.86% -
XYZ 40.21 21.56 69.75 -
YUV 121.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 207 59 220 0.06 0.73 0 0.14 295.16 0.7 0.55
Hex CF 3B DC 6 49 0 E 127 46 37
Octal 317 73 334 6 111 0 16 447 106 67
Binary 11001111 111011 11011100 110 1001001 0 1110 100100111 1000110 110111

Color Harmonies of #CF3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3BDC

Black with #CF3BDC

Text Example


Text Example

White with #CF3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3BDC; }

 p { color: rgb(207,59,220); }

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

background-color css

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

 a { background-color: rgb(207,59,220); }

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

border-color css

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

 span { border-color: rgb(207,59,220); }

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