Html Css Color HEX #CB63E5 Medium Orchid

📋 copy color: '#CB63E5'

red 203 ◦ green 99 ◦ blue 229

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

Shades of Medium Orchid #CB63E5

Tints of Medium Orchid #CB63E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 38.23%
G = 18.64%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB63E5 (or 0xCB63E5) is known color: Medium Orchid. HEX triplet: CB, 63 and E5. RGB value is (203,99,229). Sum of RGB (Red+Green+Blue) = 203+99+229=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63E5 is #349C1A. Grayscale: #909090. Windows color (decimal): -3447835 or 15033291. OLE color: 15033291.

HSL color Cylindrical-coordinate representation of color #CB63E5: hue angle of 288º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB63E5 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 99 229 -
CMYK 0.11 0.57 0 0.10
HSL 288º 0.71% 0.64% -
HSV(B) 288º 0.57% 0.9% -
XYZ 43.23 27.28 77.12 -
YUV 144.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 203 99 229 0.11 0.57 0 0.10 288 0.71 0.64
Hex CB 63 E5 B 39 0 A 120 47 40
Octal 313 143 345 13 71 0 12 440 107 100
Binary 11001011 1100011 11100101 1011 111001 0 1010 100100000 1000111 1000000

Color Harmonies of #CB63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63E5

Black with #CB63E5

Text Example


Text Example

White with #CB63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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