Html Css Color HEX #CF2FDD Medium Orchid

📋 copy color: '#CF2FDD'

red 207 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #CF2FDD

Tints of Medium Orchid #CF2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.89%

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

R = 43.58%
G = 9.89%
B = 46.53%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF2FDD (or 0xCF2FDD) is known color: Medium Orchid. HEX triplet: CF, 2F and DD. RGB value is (207,47,221). Sum of RGB (Red+Green+Blue) = 207+47+221=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FDD is #30D022. Grayscale: #727272. Windows color (decimal): -3199011 or 14495695. OLE color: 14495695.

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

Color convert

RGB 207 47 221 -
CMYK 0.06 0.79 0 0.13
HSL 295.17º 0.72% 0.53% -
HSV(B) 295.17º 0.79% 0.87% -
XYZ 39.8 20.52 70.27 -
YUV 114.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 207 47 221 0.06 0.79 0 0.13 295.17 0.72 0.53
Hex CF 2F DD 6 4F 0 D 127 48 35
Octal 317 57 335 6 117 0 15 447 110 65
Binary 11001111 101111 11011101 110 1001111 0 1101 100100111 1001000 110101

Color Harmonies of #CF2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FDD

Black with #CF2FDD

Text Example


Text Example

White with #CF2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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