Html Css Color HEX #CB5FDD Medium Orchid

📋 copy color: '#CB5FDD'

red 203 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #CB5FDD

Tints of Medium Orchid #CB5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

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

R = 39.11%
G = 18.3%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB5FDD (or 0xCB5FDD) is known color: Medium Orchid. HEX triplet: CB, 5F and DD. RGB value is (203,95,221). Sum of RGB (Red+Green+Blue) = 203+95+221=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FDD is #34A022. Grayscale: #8D8D8D. Windows color (decimal): -3448867 or 14507979. OLE color: 14507979.

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

Color convert

RGB 203 95 221 -
CMYK 0.08 0.57 0 0.13
HSL 291.43º 0.65% 0.62% -
HSV(B) 291.43º 0.57% 0.87% -
XYZ 41.77 26.1 71.24 -
YUV 141.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 203 95 221 0.08 0.57 0 0.13 291.43 0.65 0.62
Hex CB 5F DD 8 39 0 D 123 41 3E
Octal 313 137 335 10 71 0 15 443 101 76
Binary 11001011 1011111 11011101 1000 111001 0 1101 100100011 1000001 111110

Color Harmonies of #CB5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FDD

Black with #CB5FDD

Text Example


Text Example

White with #CB5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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