Html Css Color HEX #CF4DDB Medium Orchid

📋 copy color: '#CF4DDB'

red 207 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #CF4DDB

Tints of Medium Orchid #CF4DDB

RGB

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

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

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

R = 41.15%
G = 15.31%
B = 43.54%

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

#CF4DDB (or 0xCF4DDB) is known color: Medium Orchid. HEX triplet: CF, 4D and DB. RGB value is (207,77,219). Sum of RGB (Red+Green+Blue) = 207+77+219=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DDB is #30B224. Grayscale: #838383. Windows color (decimal): -3191333 or 14372303. OLE color: 14372303.

HSL color Cylindrical-coordinate representation of color #CF4DDB: hue angle of 294.93º degrees, saturation: 0.66, 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 #CF4DDB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 77 219 -
CMYK 0.05 0.65 0 0.14
HSL 294.93º 0.66% 0.58% -
HSV(B) 294.93º 0.65% 0.86% -
XYZ 41.17 23.69 69.42 -
YUV 132.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 207 77 219 0.05 0.65 0 0.14 294.93 0.66 0.58
Hex CF 4D DB 5 41 0 E 127 42 3A
Octal 317 115 333 5 101 0 16 447 102 72
Binary 11001111 1001101 11011011 101 1000001 0 1110 100100111 1000010 111010

Color Harmonies of #CF4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DDB

Black with #CF4DDB

Text Example


Text Example

White with #CF4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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