Html Css Color HEX #CB60D5 Medium Orchid

📋 copy color: '#CB60D5'

red 203 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #CB60D5

Tints of Medium Orchid #CB60D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 39.65%
G = 18.75%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB60D5 (or 0xCB60D5) is known color: Medium Orchid. HEX triplet: CB, 60 and D5. RGB value is (203,96,213). Sum of RGB (Red+Green+Blue) = 203+96+213=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB60D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60D5 is #349F2A. Grayscale: #8C8C8C. Windows color (decimal): -3448619 or 13983947. OLE color: 13983947.

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

Color convert

RGB 203 96 213 -
CMYK 0.05 0.55 0 0.16
HSL 294.87º 0.58% 0.61% -
HSV(B) 294.87º 0.55% 0.84% -
XYZ 40.82 25.87 65.79 -
YUV 141.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 203 96 213 0.05 0.55 0 0.16 294.87 0.58 0.61
Hex CB 60 D5 5 37 0 10 127 3A 3D
Octal 313 140 325 5 67 0 20 447 72 75
Binary 11001011 1100000 11010101 101 110111 0 10000 100100111 111010 111101

Color Harmonies of #CB60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60D5

Black with #CB60D5

Text Example


Text Example

White with #CB60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60D5; }

 p { color: rgb(203,96,213); }

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

background-color css

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

 a { background-color: rgb(203,96,213); }

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

border-color css

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

 span { border-color: rgb(203,96,213); }

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