Html Css Color HEX #CB63EA Medium Orchid

📋 copy color: '#CB63EA'

red 203 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #CB63EA

Tints of Medium Orchid #CB63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 37.87%
G = 18.47%
B = 43.66%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB63EA (or 0xCB63EA) is known color: Medium Orchid. HEX triplet: CB, 63 and EA. RGB value is (203,99,234). Sum of RGB (Red+Green+Blue) = 203+99+234=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63EA is #349C15. Grayscale: #919191. Windows color (decimal): -3447830 or 15360971. OLE color: 15360971.

HSL color Cylindrical-coordinate representation of color #CB63EA: hue angle of 286.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB63EA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 99 234 -
CMYK 0.13 0.58 0 0.08
HSL 286.22º 0.76% 0.65% -
HSV(B) 286.22º 0.58% 0.92% -
XYZ 43.94 27.56 80.85 -
YUV 145.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 203 99 234 0.13 0.58 0 0.08 286.22 0.76 0.65
Hex CB 63 EA D 3A 0 8 11E 4C 41
Octal 313 143 352 15 72 0 10 436 114 101
Binary 11001011 1100011 11101010 1101 111010 0 1000 100011110 1001100 1000001

Color Harmonies of #CB63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63EA

Black with #CB63EA

Text Example


Text Example

White with #CB63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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