Html Css Color HEX #CF4DD8 Medium Orchid

📋 copy color: '#CF4DD8'

red 207 ◦ green 77 ◦ blue 216

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

Shades of Medium Orchid #CF4DD8

Tints of Medium Orchid #CF4DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 41.4%
G = 15.4%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF4DD8 (or 0xCF4DD8) is known color: Medium Orchid. HEX triplet: CF, 4D and D8. RGB value is (207,77,216). Sum of RGB (Red+Green+Blue) = 207+77+216=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF4DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DD8 is #30B227. Grayscale: #838383. Windows color (decimal): -3191336 or 14175695. OLE color: 14175695.

HSL color Cylindrical-coordinate representation of color #CF4DD8: hue angle of 296.12º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4DD8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 77 216 -
CMYK 0.04 0.64 0 0.15
HSL 296.12º 0.64% 0.57% -
HSV(B) 296.12º 0.64% 0.85% -
XYZ 40.78 23.53 67.36 -
YUV 131.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 207 77 216 0.04 0.64 0 0.15 296.12 0.64 0.57
Hex CF 4D D8 4 40 0 F 128 40 39
Octal 317 115 330 4 100 0 17 450 100 71
Binary 11001111 1001101 11011000 100 1000000 0 1111 100101000 1000000 111001

Color Harmonies of #CF4DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DD8

Black with #CF4DD8

Text Example


Text Example

White with #CF4DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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