Html Css Color HEX #CF3BDD Medium Orchid

📋 copy color: '#CF3BDD'

red 207 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #CF3BDD

Tints of Medium Orchid #CF3BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.11%

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

R = 42.51%
G = 12.11%
B = 45.38%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3BDD (or 0xCF3BDD) is known color: Medium Orchid. HEX triplet: CF, 3B and DD. RGB value is (207,59,221). Sum of RGB (Red+Green+Blue) = 207+59+221=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BDD is #30C422. Grayscale: #797979. Windows color (decimal): -3195939 or 14498767. OLE color: 14498767.

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

Color convert

RGB 207 59 221 -
CMYK 0.06 0.73 0 0.13
HSL 294.81º 0.7% 0.55% -
HSV(B) 294.81º 0.73% 0.87% -
XYZ 40.35 21.61 70.45 -
YUV 121.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 207 59 221 0.06 0.73 0 0.13 294.81 0.7 0.55
Hex CF 3B DD 6 49 0 D 127 46 37
Octal 317 73 335 6 111 0 15 447 106 67
Binary 11001111 111011 11011101 110 1001001 0 1101 100100111 1000110 110111

Color Harmonies of #CF3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3BDD

Black with #CF3BDD

Text Example


Text Example

White with #CF3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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