Html Css Color HEX #CB62E6 Medium Orchid

📋 copy color: '#CB62E6'

red 203 ◦ green 98 ◦ blue 230

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

Shades of Medium Orchid #CB62E6

Tints of Medium Orchid #CB62E6

RGB

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

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

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

R = 38.23%
G = 18.46%
B = 43.31%

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

#CB62E6 (or 0xCB62E6) is known color: Medium Orchid. HEX triplet: CB, 62 and E6. RGB value is (203,98,230). Sum of RGB (Red+Green+Blue) = 203+98+230=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB62E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62E6 is #349D19. Grayscale: #909090. Windows color (decimal): -3448090 or 15098571. OLE color: 15098571.

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

Color convert

RGB 203 98 230 -
CMYK 0.12 0.57 0 0.10
HSL 287.73º 0.73% 0.64% -
HSV(B) 287.73º 0.57% 0.9% -
XYZ 43.28 27.15 77.82 -
YUV 144.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 203 98 230 0.12 0.57 0 0.10 287.73 0.73 0.64
Hex CB 62 E6 C 39 0 A 120 49 40
Octal 313 142 346 14 71 0 12 440 111 100
Binary 11001011 1100010 11100110 1100 111001 0 1010 100100000 1001001 1000000

Color Harmonies of #CB62E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62E6

Black with #CB62E6

Text Example


Text Example

White with #CB62E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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