Html Css Color HEX #CB56DA Medium Orchid

📋 copy color: '#CB56DA'

red 203 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #CB56DA

Tints of Medium Orchid #CB56DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.96%

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

R = 40.04%
G = 16.96%
B = 43%

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

#CB56DA (or 0xCB56DA) is known color: Medium Orchid. HEX triplet: CB, 56 and DA. RGB value is (203,86,218). Sum of RGB (Red+Green+Blue) = 203+86+218=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56DA is #34A925. Grayscale: #878787. Windows color (decimal): -3451174 or 14309067. OLE color: 14309067.

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

Color convert

RGB 203 86 218 -
CMYK 0.07 0.61 0 0.15
HSL 293.18º 0.64% 0.6% -
HSV(B) 293.18º 0.61% 0.85% -
XYZ 40.61 24.41 68.9 -
YUV 136.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 203 86 218 0.07 0.61 0 0.15 293.18 0.64 0.6
Hex CB 56 DA 7 3D 0 F 125 40 3C
Octal 313 126 332 7 75 0 17 445 100 74
Binary 11001011 1010110 11011010 111 111101 0 1111 100100101 1000000 111100

Color Harmonies of #CB56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56DA

Black with #CB56DA

Text Example


Text Example

White with #CB56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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