Html Css Color HEX #CB63DB Medium Orchid

📋 copy color: '#CB63DB'

red 203 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #CB63DB

Tints of Medium Orchid #CB63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 38.96%
G = 19%
B = 42.03%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB63DB (or 0xCB63DB) is known color: Medium Orchid. HEX triplet: CB, 63 and DB. RGB value is (203,99,219). Sum of RGB (Red+Green+Blue) = 203+99+219=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63DB is #349C24. Grayscale: #8F8F8F. Windows color (decimal): -3447845 or 14377931. OLE color: 14377931.

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

Color convert

RGB 203 99 219 -
CMYK 0.07 0.55 0 0.14
HSL 292º 0.63% 0.62% -
HSV(B) 292º 0.55% 0.86% -
XYZ 41.88 26.73 69.97 -
YUV 143.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 203 99 219 0.07 0.55 0 0.14 292 0.63 0.62
Hex CB 63 DB 7 37 0 E 124 3E 3E
Octal 313 143 333 7 67 0 16 444 76 76
Binary 11001011 1100011 11011011 111 110111 0 1110 100100100 111110 111110

Color Harmonies of #CB63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63DB

Black with #CB63DB

Text Example


Text Example

White with #CB63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63DB; }

 p { color: rgb(203,99,219); }

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

background-color css

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

 a { background-color: rgb(203,99,219); }

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

border-color css

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

 span { border-color: rgb(203,99,219); }

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