Html Css Color HEX #CB51DA Medium Orchid

📋 copy color: '#CB51DA'

red 203 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #CB51DA

Tints of Medium Orchid #CB51DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.14%

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

R = 40.44%
G = 16.14%
B = 43.43%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB51DA (or 0xCB51DA) is known color: Medium Orchid. HEX triplet: CB, 51 and DA. RGB value is (203,81,218). Sum of RGB (Red+Green+Blue) = 203+81+218=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DA is #34AE25. Grayscale: #848484. Windows color (decimal): -3452454 or 14307787. OLE color: 14307787.

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

Color convert

RGB 203 81 218 -
CMYK 0.07 0.63 0 0.15
HSL 293.43º 0.65% 0.59% -
HSV(B) 293.43º 0.63% 0.85% -
XYZ 40.23 23.64 68.77 -
YUV 133.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 203 81 218 0.07 0.63 0 0.15 293.43 0.65 0.59
Hex CB 51 DA 7 3F 0 F 125 41 3B
Octal 313 121 332 7 77 0 17 445 101 73
Binary 11001011 1010001 11011010 111 111111 0 1111 100100101 1000001 111011

Color Harmonies of #CB51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51DA

Black with #CB51DA

Text Example


Text Example

White with #CB51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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