Html Css Color HEX #CF41DB Medium Orchid

📋 copy color: '#CF41DB'

red 207 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #CF41DB

Tints of Medium Orchid #CF41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.24%

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

R = 42.16%
G = 13.24%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF41DB (or 0xCF41DB) is known color: Medium Orchid. HEX triplet: CF, 41 and DB. RGB value is (207,65,219). Sum of RGB (Red+Green+Blue) = 207+65+219=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41DB is #30BE24. Grayscale: #7C7C7C. Windows color (decimal): -3194405 or 14369231. OLE color: 14369231.

HSL color Cylindrical-coordinate representation of color #CF41DB: hue angle of 295.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF41DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 65 219 -
CMYK 0.05 0.70 0 0.14
HSL 295.32º 0.68% 0.56% -
HSV(B) 295.32º 0.7% 0.86% -
XYZ 40.41 22.16 69.17 -
YUV 125.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 207 65 219 0.05 0.70 0 0.14 295.32 0.68 0.56
Hex CF 41 DB 5 46 0 E 127 44 38
Octal 317 101 333 5 106 0 16 447 104 70
Binary 11001111 1000001 11011011 101 1000110 0 1110 100100111 1000100 111000

Color Harmonies of #CF41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41DB

Black with #CF41DB

Text Example


Text Example

White with #CF41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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