Html Css Color HEX #CF4ADB Medium Orchid

📋 copy color: '#CF4ADB'

red 207 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #CF4ADB

Tints of Medium Orchid #CF4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

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

R = 41.4%
G = 14.8%
B = 43.8%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF4ADB (or 0xCF4ADB) is known color: Medium Orchid. HEX triplet: CF, 4A and DB. RGB value is (207,74,219). Sum of RGB (Red+Green+Blue) = 207+74+219=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ADB is #30B524. Grayscale: #818181. Windows color (decimal): -3192101 or 14371535. OLE color: 14371535.

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

Color convert

RGB 207 74 219 -
CMYK 0.05 0.66 0 0.14
HSL 295.03º 0.67% 0.57% -
HSV(B) 295.03º 0.66% 0.86% -
XYZ 40.97 23.28 69.35 -
YUV 130.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 207 74 219 0.05 0.66 0 0.14 295.03 0.67 0.57
Hex CF 4A DB 5 42 0 E 127 43 39
Octal 317 112 333 5 102 0 16 447 103 71
Binary 11001111 1001010 11011011 101 1000010 0 1110 100100111 1000011 111001

Color Harmonies of #CF4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4ADB

Black with #CF4ADB

Text Example


Text Example

White with #CF4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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