Html Css Color HEX #CB63E8 Medium Orchid

📋 copy color: '#CB63E8'

red 203 ◦ green 99 ◦ blue 232

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

Shades of Medium Orchid #CB63E8

Tints of Medium Orchid #CB63E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.45%

R = 38.01%
G = 18.54%
B = 43.45%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB63E8 (or 0xCB63E8) is known color: Medium Orchid. HEX triplet: CB, 63 and E8. RGB value is (203,99,232). Sum of RGB (Red+Green+Blue) = 203+99+232=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB63E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63E8 is #349C17. Grayscale: #909090. Windows color (decimal): -3447832 or 15229899. OLE color: 15229899.

HSL color Cylindrical-coordinate representation of color #CB63E8: hue angle of 286.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB63E8 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 99 232 -
CMYK 0.12 0.57 0 0.09
HSL 286.92º 0.74% 0.65% -
HSV(B) 286.92º 0.57% 0.91% -
XYZ 43.66 27.45 79.34 -
YUV 145.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 203 99 232 0.12 0.57 0 0.09 286.92 0.74 0.65
Hex CB 63 E8 C 39 0 9 11F 4A 41
Octal 313 143 350 14 71 0 11 437 112 101
Binary 11001011 1100011 11101000 1100 111001 0 1001 100011111 1001010 1000001

Color Harmonies of #CB63E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63E8

Black with #CB63E8

Text Example


Text Example

White with #CB63E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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