Html Css Color HEX #CF4DD7 Medium Orchid

📋 copy color: '#CF4DD7'

red 207 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #CF4DD7

Tints of Medium Orchid #CF4DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 41.48%
G = 15.43%
B = 43.09%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF4DD7 (or 0xCF4DD7) is known color: Medium Orchid. HEX triplet: CF, 4D and D7. RGB value is (207,77,215). Sum of RGB (Red+Green+Blue) = 207+77+215=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF4DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DD7 is #30B228. Grayscale: #838383. Windows color (decimal): -3191337 or 14110159. OLE color: 14110159.

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

Color convert

RGB 207 77 215 -
CMYK 0.04 0.64 0 0.16
HSL 296.52º 0.63% 0.57% -
HSV(B) 296.52º 0.64% 0.84% -
XYZ 40.65 23.48 66.68 -
YUV 131.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 207 77 215 0.04 0.64 0 0.16 296.52 0.63 0.57
Hex CF 4D D7 4 40 0 10 129 3F 39
Octal 317 115 327 4 100 0 20 451 77 71
Binary 11001111 1001101 11010111 100 1000000 0 10000 100101001 111111 111001

Color Harmonies of #CF4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DD7

Black with #CF4DD7

Text Example


Text Example

White with #CF4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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