Html Css Color HEX #CF32DB Medium Orchid

📋 copy color: '#CF32DB'

red 207 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #CF32DB

Tints of Medium Orchid #CF32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.5%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 43.49%
G = 10.5%
B = 46.01%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF32DB (or 0xCF32DB) is known color: Medium Orchid. HEX triplet: CF, 32 and DB. RGB value is (207,50,219). Sum of RGB (Red+Green+Blue) = 207+50+219=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DB is #30CD24. Grayscale: #737373. Windows color (decimal): -3198245 or 14365391. OLE color: 14365391.

HSL color Cylindrical-coordinate representation of color #CF32DB: hue angle of 295.74º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF32DB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 50 219 -
CMYK 0.05 0.77 0 0.14
HSL 295.74º 0.7% 0.53% -
HSV(B) 295.74º 0.77% 0.86% -
XYZ 39.66 20.66 68.92 -
YUV 116.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 207 50 219 0.05 0.77 0 0.14 295.74 0.7 0.53
Hex CF 32 DB 5 4D 0 E 128 46 35
Octal 317 62 333 5 115 0 16 450 106 65
Binary 11001111 110010 11011011 101 1001101 0 1110 100101000 1000110 110101

Color Harmonies of #CF32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32DB

Black with #CF32DB

Text Example


Text Example

White with #CF32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32DB; }

 p { color: rgb(207,50,219); }

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

background-color css

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

 a { background-color: rgb(207,50,219); }

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

border-color css

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

 span { border-color: rgb(207,50,219); }

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