Html Css Color HEX #CB40DB Medium Orchid

📋 copy color: '#CB40DB'

red 203 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #CB40DB

Tints of Medium Orchid #CB40DB

RGB

 RED value IS 203 (79.69% from 255) = 41.77%

 GREEN value IS 64 (25.39% from 255) = 13.17%

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

R = 41.77%
G = 13.17%
B = 45.06%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB40DB (or 0xCB40DB) is known color: Medium Orchid. HEX triplet: CB, 40 and DB. RGB value is (203,64,219). Sum of RGB (Red+Green+Blue) = 203+64+219=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40DB is #34BF24. Grayscale: #7A7A7A. Windows color (decimal): -3456805 or 14368971. OLE color: 14368971.

HSL color Cylindrical-coordinate representation of color #CB40DB: hue angle of 293.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB40DB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 64 219 -
CMYK 0.07 0.71 0 0.14
HSL 293.81º 0.68% 0.55% -
HSV(B) 293.81º 0.71% 0.86% -
XYZ 39.25 21.48 69.09 -
YUV 123.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 203 64 219 0.07 0.71 0 0.14 293.81 0.68 0.55
Hex CB 40 DB 7 47 0 E 126 44 37
Octal 313 100 333 7 107 0 16 446 104 67
Binary 11001011 1000000 11011011 111 1000111 0 1110 100100110 1000100 110111

Color Harmonies of #CB40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40DB

Black with #CB40DB

Text Example


Text Example

White with #CB40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40DB; }

 p { color: rgb(203,64,219); }

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

background-color css

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

 a { background-color: rgb(203,64,219); }

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

border-color css

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

 span { border-color: rgb(203,64,219); }

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