Html Css Color HEX #CB54DA Medium Orchid

📋 copy color: '#CB54DA'

red 203 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #CB54DA

Tints of Medium Orchid #CB54DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.63%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 40.2%
G = 16.63%
B = 43.17%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB54DA (or 0xCB54DA) is known color: Medium Orchid. HEX triplet: CB, 54 and DA. RGB value is (203,84,218). Sum of RGB (Red+Green+Blue) = 203+84+218=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54DA is #34AB25. Grayscale: #868686. Windows color (decimal): -3451686 or 14308555. OLE color: 14308555.

HSL color Cylindrical-coordinate representation of color #CB54DA: hue angle of 293.28º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB54DA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 84 218 -
CMYK 0.07 0.61 0 0.15
HSL 293.28º 0.64% 0.59% -
HSV(B) 293.28º 0.61% 0.85% -
XYZ 40.45 24.1 68.85 -
YUV 134.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 203 84 218 0.07 0.61 0 0.15 293.28 0.64 0.59
Hex CB 54 DA 7 3D 0 F 125 40 3B
Octal 313 124 332 7 75 0 17 445 100 73
Binary 11001011 1010100 11011010 111 111101 0 1111 100100101 1000000 111011

Color Harmonies of #CB54DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54DA

Black with #CB54DA

Text Example


Text Example

White with #CB54DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54DA; }

 p { color: rgb(203,84,218); }

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

background-color css

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

 a { background-color: rgb(203,84,218); }

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

border-color css

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

 span { border-color: rgb(203,84,218); }

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