Html Css Color HEX #CF4FDD Medium Orchid

📋 copy color: '#CF4FDD'

red 207 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #CF4FDD

Tints of Medium Orchid #CF4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 40.83%
G = 15.58%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF4FDD (or 0xCF4FDD) is known color: Medium Orchid. HEX triplet: CF, 4F and DD. RGB value is (207,79,221). Sum of RGB (Red+Green+Blue) = 207+79+221=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FDD is #30B022. Grayscale: #858585. Windows color (decimal): -3190819 or 14503887. OLE color: 14503887.

HSL color Cylindrical-coordinate representation of color #CF4FDD: hue angle of 294.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4FDD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 79 221 -
CMYK 0.06 0.64 0 0.13
HSL 294.08º 0.68% 0.59% -
HSV(B) 294.08º 0.64% 0.87% -
XYZ 41.58 24.08 70.86 -
YUV 133.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 207 79 221 0.06 0.64 0 0.13 294.08 0.68 0.59
Hex CF 4F DD 6 40 0 D 126 44 3B
Octal 317 117 335 6 100 0 15 446 104 73
Binary 11001111 1001111 11011101 110 1000000 0 1101 100100110 1000100 111011

Color Harmonies of #CF4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FDD

Black with #CF4FDD

Text Example


Text Example

White with #CF4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FDD; }

 p { color: rgb(207,79,221); }

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

background-color css

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

 a { background-color: rgb(207,79,221); }

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

border-color css

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

 span { border-color: rgb(207,79,221); }

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