Html Css Color HEX #CB54D7 Medium Orchid

📋 copy color: '#CB54D7'

red 203 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #CB54D7

Tints of Medium Orchid #CB54D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 40.44%
G = 16.73%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB54D7 (or 0xCB54D7) is known color: Medium Orchid. HEX triplet: CB, 54 and D7. RGB value is (203,84,215). Sum of RGB (Red+Green+Blue) = 203+84+215=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB54D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54D7 is #34AB28. Grayscale: #868686. Windows color (decimal): -3451689 or 14111947. OLE color: 14111947.

HSL color Cylindrical-coordinate representation of color #CB54D7: hue angle of 294.5º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB54D7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 84 215 -
CMYK 0.06 0.61 0 0.16
HSL 294.5º 0.62% 0.59% -
HSV(B) 294.5º 0.61% 0.84% -
XYZ 40.06 23.94 66.8 -
YUV 134.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 203 84 215 0.06 0.61 0 0.16 294.5 0.62 0.59
Hex CB 54 D7 6 3D 0 10 127 3E 3B
Octal 313 124 327 6 75 0 20 447 76 73
Binary 11001011 1010100 11010111 110 111101 0 10000 100100111 111110 111011

Color Harmonies of #CB54D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54D7

Black with #CB54D7

Text Example


Text Example

White with #CB54D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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