Html Css Color HEX #CF4BDB Medium Orchid

📋 copy color: '#CF4BDB'

red 207 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #CF4BDB

Tints of Medium Orchid #CF4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.97%

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

R = 41.32%
G = 14.97%
B = 43.71%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF4BDB (or 0xCF4BDB) is known color: Medium Orchid. HEX triplet: CF, 4B and DB. RGB value is (207,75,219). Sum of RGB (Red+Green+Blue) = 207+75+219=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDB is #30B424. Grayscale: #828282. Windows color (decimal): -3191845 or 14371791. OLE color: 14371791.

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

Color convert

RGB 207 75 219 -
CMYK 0.05 0.66 0 0.14
HSL 295º 0.67% 0.58% -
HSV(B) 295º 0.66% 0.86% -
XYZ 41.03 23.41 69.37 -
YUV 130.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 207 75 219 0.05 0.66 0 0.14 295 0.67 0.58
Hex CF 4B DB 5 42 0 E 127 43 3A
Octal 317 113 333 5 102 0 16 447 103 72
Binary 11001111 1001011 11011011 101 1000010 0 1110 100100111 1000011 111010

Color Harmonies of #CF4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BDB

Black with #CF4BDB

Text Example


Text Example

White with #CF4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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