Html Css Color HEX #CF5BDD Medium Orchid

📋 copy color: '#CF5BDD'

red 207 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #CF5BDD

Tints of Medium Orchid #CF5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.53%

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

R = 39.88%
G = 17.53%
B = 42.58%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5BDD (or 0xCF5BDD) is known color: Medium Orchid. HEX triplet: CF, 5B and DD. RGB value is (207,91,221). Sum of RGB (Red+Green+Blue) = 207+91+221=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BDD is #30A422. Grayscale: #8C8C8C. Windows color (decimal): -3187747 or 14506959. OLE color: 14506959.

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

Color convert

RGB 207 91 221 -
CMYK 0.06 0.59 0 0.13
HSL 293.54º 0.66% 0.61% -
HSV(B) 293.54º 0.59% 0.87% -
XYZ 42.52 25.97 71.18 -
YUV 140.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 207 91 221 0.06 0.59 0 0.13 293.54 0.66 0.61
Hex CF 5B DD 6 3B 0 D 126 42 3D
Octal 317 133 335 6 73 0 15 446 102 75
Binary 11001111 1011011 11011101 110 111011 0 1101 100100110 1000010 111101

Color Harmonies of #CF5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BDD

Black with #CF5BDD

Text Example


Text Example

White with #CF5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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