Html Css Color HEX #CB62E5 Medium Orchid

📋 copy color: '#CB62E5'

red 203 ◦ green 98 ◦ blue 229

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

Shades of Medium Orchid #CB62E5

Tints of Medium Orchid #CB62E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.49%

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

R = 38.3%
G = 18.49%
B = 43.21%

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

#CB62E5 (or 0xCB62E5) is known color: Medium Orchid. HEX triplet: CB, 62 and E5. RGB value is (203,98,229). Sum of RGB (Red+Green+Blue) = 203+98+229=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62E5 is #349D1A. Grayscale: #8F8F8F. Windows color (decimal): -3448091 or 15033035. OLE color: 15033035.

HSL color Cylindrical-coordinate representation of color #CB62E5: hue angle of 288.09º degrees, saturation: 0.72, 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 #CB62E5 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 98 229 -
CMYK 0.11 0.57 0 0.10
HSL 288.09º 0.72% 0.64% -
HSV(B) 288.09º 0.57% 0.9% -
XYZ 43.14 27.09 77.08 -
YUV 144.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 203 98 229 0.11 0.57 0 0.10 288.09 0.72 0.64
Hex CB 62 E5 B 39 0 A 120 48 40
Octal 313 142 345 13 71 0 12 440 110 100
Binary 11001011 1100010 11100101 1011 111001 0 1010 100100000 1001000 1000000

Color Harmonies of #CB62E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62E5

Black with #CB62E5

Text Example


Text Example

White with #CB62E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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