Html Css Color HEX #CF5BDB Medium Orchid

📋 copy color: '#CF5BDB'

red 207 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #CF5BDB

Tints of Medium Orchid #CF5BDB

RGB

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

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

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

R = 40.04%
G = 17.6%
B = 42.36%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5BDB (or 0xCF5BDB) is known color: Medium Orchid. HEX triplet: CF, 5B and DB. RGB value is (207,91,219). Sum of RGB (Red+Green+Blue) = 207+91+219=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BDB is #30A424. Grayscale: #8B8B8B. Windows color (decimal): -3187749 or 14375887. OLE color: 14375887.

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

Color convert

RGB 207 91 219 -
CMYK 0.05 0.58 0 0.14
HSL 294.38º 0.64% 0.61% -
HSV(B) 294.38º 0.58% 0.86% -
XYZ 42.26 25.86 69.78 -
YUV 140.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 207 91 219 0.05 0.58 0 0.14 294.38 0.64 0.61
Hex CF 5B DB 5 3A 0 E 126 40 3D
Octal 317 133 333 5 72 0 16 446 100 75
Binary 11001111 1011011 11011011 101 111010 0 1110 100100110 1000000 111101

Color Harmonies of #CF5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BDB

Black with #CF5BDB

Text Example


Text Example

White with #CF5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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