Html Css Color HEX #CF5ADB Medium Orchid

📋 copy color: '#CF5ADB'

red 207 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #CF5ADB

Tints of Medium Orchid #CF5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.44%

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

R = 40.12%
G = 17.44%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5ADB (or 0xCF5ADB) is known color: Medium Orchid. HEX triplet: CF, 5A and DB. RGB value is (207,90,219). Sum of RGB (Red+Green+Blue) = 207+90+219=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ADB is #30A524. Grayscale: #8B8B8B. Windows color (decimal): -3188005 or 14375631. OLE color: 14375631.

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

Color convert

RGB 207 90 219 -
CMYK 0.05 0.59 0 0.14
HSL 294.42º 0.64% 0.61% -
HSV(B) 294.42º 0.59% 0.86% -
XYZ 42.17 25.69 69.75 -
YUV 139.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 207 90 219 0.05 0.59 0 0.14 294.42 0.64 0.61
Hex CF 5A DB 5 3B 0 E 126 40 3D
Octal 317 132 333 5 73 0 16 446 100 75
Binary 11001111 1011010 11011011 101 111011 0 1110 100100110 1000000 111101

Color Harmonies of #CF5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ADB

Black with #CF5ADB

Text Example


Text Example

White with #CF5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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