Html Css Color HEX #CF4CDB Medium Orchid

📋 copy color: '#CF4CDB'

red 207 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #CF4CDB

Tints of Medium Orchid #CF4CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 41.24%
G = 15.14%
B = 43.63%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF4CDB (or 0xCF4CDB) is known color: Medium Orchid. HEX triplet: CF, 4C and DB. RGB value is (207,76,219). Sum of RGB (Red+Green+Blue) = 207+76+219=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CDB is #30B324. Grayscale: #838383. Windows color (decimal): -3191589 or 14372047. OLE color: 14372047.

HSL color Cylindrical-coordinate representation of color #CF4CDB: hue angle of 294.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4CDB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 76 219 -
CMYK 0.05 0.65 0 0.14
HSL 294.97º 0.67% 0.58% -
HSV(B) 294.97º 0.65% 0.86% -
XYZ 41.1 23.55 69.4 -
YUV 131.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 207 76 219 0.05 0.65 0 0.14 294.97 0.67 0.58
Hex CF 4C DB 5 41 0 E 127 43 3A
Octal 317 114 333 5 101 0 16 447 103 72
Binary 11001111 1001100 11011011 101 1000001 0 1110 100100111 1000011 111010

Color Harmonies of #CF4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CDB

Black with #CF4CDB

Text Example


Text Example

White with #CF4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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