Html Css Color HEX #CB54D4 Medium Orchid

📋 copy color: '#CB54D4'

red 203 ◦ green 84 ◦ blue 212

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

Shades of Medium Orchid #CB54D4

Tints of Medium Orchid #CB54D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.48%

R = 40.68%
G = 16.83%
B = 42.48%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB54D4 (or 0xCB54D4) is known color: Medium Orchid. HEX triplet: CB, 54 and D4. RGB value is (203,84,212). Sum of RGB (Red+Green+Blue) = 203+84+212=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB54D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54D4 is #34AB2B. Grayscale: #858585. Windows color (decimal): -3451692 or 13915339. OLE color: 13915339.

HSL color Cylindrical-coordinate representation of color #CB54D4: hue angle of 295.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB54D4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 84 212 -
CMYK 0.04 0.60 0 0.17
HSL 295.78º 0.6% 0.58% -
HSV(B) 295.78º 0.6% 0.83% -
XYZ 39.68 23.79 64.79 -
YUV 134.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 203 84 212 0.04 0.60 0 0.17 295.78 0.6 0.58
Hex CB 54 D4 4 3C 0 11 128 3C 3A
Octal 313 124 324 4 74 0 21 450 74 72
Binary 11001011 1010100 11010100 100 111100 0 10001 100101000 111100 111010

Color Harmonies of #CB54D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54D4

Black with #CB54D4

Text Example


Text Example

White with #CB54D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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