Html Css Color HEX #CB63E6 Medium Orchid

📋 copy color: '#CB63E6'

red 203 ◦ green 99 ◦ blue 230

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

Shades of Medium Orchid #CB63E6

Tints of Medium Orchid #CB63E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.23%

R = 38.16%
G = 18.61%
B = 43.23%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB63E6 (or 0xCB63E6) is known color: Medium Orchid. HEX triplet: CB, 63 and E6. RGB value is (203,99,230). Sum of RGB (Red+Green+Blue) = 203+99+230=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63E6 is #349C19. Grayscale: #909090. Windows color (decimal): -3447834 or 15098827. OLE color: 15098827.

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

Color convert

RGB 203 99 230 -
CMYK 0.12 0.57 0 0.10
HSL 287.63º 0.72% 0.65% -
HSV(B) 287.63º 0.57% 0.9% -
XYZ 43.37 27.33 77.85 -
YUV 145.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 203 99 230 0.12 0.57 0 0.10 287.63 0.72 0.65
Hex CB 63 E6 C 39 0 A 120 48 41
Octal 313 143 346 14 71 0 12 440 110 101
Binary 11001011 1100011 11100110 1100 111001 0 1010 100100000 1001000 1000001

Color Harmonies of #CB63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63E6

Black with #CB63E6

Text Example


Text Example

White with #CB63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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