Html Css Color HEX #CB4BDD Medium Orchid

📋 copy color: '#CB4BDD'

red 203 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #CB4BDD

Tints of Medium Orchid #CB4BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 40.68%
G = 15.03%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB4BDD (or 0xCB4BDD) is known color: Medium Orchid. HEX triplet: CB, 4B and DD. RGB value is (203,75,221). Sum of RGB (Red+Green+Blue) = 203+75+221=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BDD is #34B422. Grayscale: #818181. Windows color (decimal): -3453987 or 14502859. OLE color: 14502859.

HSL color Cylindrical-coordinate representation of color #CB4BDD: hue angle of 292.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4BDD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 75 221 -
CMYK 0.08 0.66 0 0.13
HSL 292.6º 0.68% 0.58% -
HSV(B) 292.6º 0.66% 0.87% -
XYZ 40.2 22.95 70.72 -
YUV 129.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 203 75 221 0.08 0.66 0 0.13 292.6 0.68 0.58
Hex CB 4B DD 8 42 0 D 125 44 3A
Octal 313 113 335 10 102 0 15 445 104 72
Binary 11001011 1001011 11011101 1000 1000010 0 1101 100100101 1000100 111010

Color Harmonies of #CB4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BDD

Black with #CB4BDD

Text Example


Text Example

White with #CB4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BDD; }

 p { color: rgb(203,75,221); }

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

background-color css

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

 a { background-color: rgb(203,75,221); }

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

border-color css

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

 span { border-color: rgb(203,75,221); }

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