Html Css Color HEX #CF4AD8 Medium Orchid

📋 copy color: '#CF4AD8'

red 207 ◦ green 74 ◦ blue 216

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

Shades of Medium Orchid #CF4AD8

Tints of Medium Orchid #CF4AD8

RGB

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

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

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

R = 41.65%
G = 14.89%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF4AD8 (or 0xCF4AD8) is known color: Medium Orchid. HEX triplet: CF, 4A and D8. RGB value is (207,74,216). Sum of RGB (Red+Green+Blue) = 207+74+216=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF4AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AD8 is #30B527. Grayscale: #818181. Windows color (decimal): -3192104 or 14174927. OLE color: 14174927.

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

Color convert

RGB 207 74 216 -
CMYK 0.04 0.66 0 0.15
HSL 296.2º 0.65% 0.57% -
HSV(B) 296.2º 0.66% 0.85% -
XYZ 40.58 23.12 67.29 -
YUV 129.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 207 74 216 0.04 0.66 0 0.15 296.2 0.65 0.57
Hex CF 4A D8 4 42 0 F 128 41 39
Octal 317 112 330 4 102 0 17 450 101 71
Binary 11001111 1001010 11011000 100 1000010 0 1111 100101000 1000001 111001

Color Harmonies of #CF4AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AD8

Black with #CF4AD8

Text Example


Text Example

White with #CF4AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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