Html Css Color HEX #CB61DC Medium Orchid

📋 copy color: '#CB61DC'

red 203 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #CB61DC

Tints of Medium Orchid #CB61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 39.04%
G = 18.65%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB61DC (or 0xCB61DC) is known color: Medium Orchid. HEX triplet: CB, 61 and DC. RGB value is (203,97,220). Sum of RGB (Red+Green+Blue) = 203+97+220=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DC is #349E23. Grayscale: #8E8E8E. Windows color (decimal): -3448356 or 14442955. OLE color: 14442955.

HSL color Cylindrical-coordinate representation of color #CB61DC: hue angle of 291.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB61DC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 97 220 -
CMYK 0.08 0.56 0 0.14
HSL 291.71º 0.64% 0.62% -
HSV(B) 291.71º 0.56% 0.86% -
XYZ 41.82 26.41 70.6 -
YUV 142.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 203 97 220 0.08 0.56 0 0.14 291.71 0.64 0.62
Hex CB 61 DC 8 38 0 E 124 40 3E
Octal 313 141 334 10 70 0 16 444 100 76
Binary 11001011 1100001 11011100 1000 111000 0 1110 100100100 1000000 111110

Color Harmonies of #CB61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61DC

Black with #CB61DC

Text Example


Text Example

White with #CB61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61DC; }

 p { color: rgb(203,97,220); }

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

background-color css

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

 a { background-color: rgb(203,97,220); }

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

border-color css

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

 span { border-color: rgb(203,97,220); }

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