Html Css Color HEX #CB5AD6 Medium Orchid

📋 copy color: '#CB5AD6'

red 203 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #CB5AD6

Tints of Medium Orchid #CB5AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 40.04%
G = 17.75%
B = 42.21%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB5AD6 (or 0xCB5AD6) is known color: Medium Orchid. HEX triplet: CB, 5A and D6. RGB value is (203,90,214). Sum of RGB (Red+Green+Blue) = 203+90+214=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AD6 is #34A529. Grayscale: #898989. Windows color (decimal): -3450154 or 14047947. OLE color: 14047947.

HSL color Cylindrical-coordinate representation of color #CB5AD6: hue angle of 294.68º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5AD6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 90 214 -
CMYK 0.05 0.58 0 0.16
HSL 294.68º 0.6% 0.6% -
HSV(B) 294.68º 0.58% 0.84% -
XYZ 40.42 24.86 66.29 -
YUV 137.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 203 90 214 0.05 0.58 0 0.16 294.68 0.6 0.6
Hex CB 5A D6 5 3A 0 10 127 3C 3C
Octal 313 132 326 5 72 0 20 447 74 74
Binary 11001011 1011010 11010110 101 111010 0 10000 100100111 111100 111100

Color Harmonies of #CB5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AD6

Black with #CB5AD6

Text Example


Text Example

White with #CB5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AD6; }

 p { color: rgb(203,90,214); }

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

background-color css

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

 a { background-color: rgb(203,90,214); }

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

border-color css

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

 span { border-color: rgb(203,90,214); }

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