Html Css Color HEX #CB41DB Medium Orchid

📋 copy color: '#CB41DB'

red 203 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #CB41DB

Tints of Medium Orchid #CB41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

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

R = 41.68%
G = 13.35%
B = 44.97%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB41DB (or 0xCB41DB) is known color: Medium Orchid. HEX triplet: CB, 41 and DB. RGB value is (203,65,219). Sum of RGB (Red+Green+Blue) = 203+65+219=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DB is #34BE24. Grayscale: #7B7B7B. Windows color (decimal): -3456549 or 14369227. OLE color: 14369227.

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

Color convert

RGB 203 65 219 -
CMYK 0.07 0.70 0 0.14
HSL 293.77º 0.68% 0.56% -
HSV(B) 293.77º 0.7% 0.86% -
XYZ 39.31 21.59 69.11 -
YUV 123.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 203 65 219 0.07 0.70 0 0.14 293.77 0.68 0.56
Hex CB 41 DB 7 46 0 E 126 44 38
Octal 313 101 333 7 106 0 16 446 104 70
Binary 11001011 1000001 11011011 111 1000110 0 1110 100100110 1000100 111000

Color Harmonies of #CB41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41DB

Black with #CB41DB

Text Example


Text Example

White with #CB41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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