Html Css Color HEX #CB62E0 Medium Orchid

📋 copy color: '#CB62E0'

red 203 ◦ green 98 ◦ blue 224

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

Shades of Medium Orchid #CB62E0

Tints of Medium Orchid #CB62E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 38.67%
G = 18.67%
B = 42.67%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB62E0 (or 0xCB62E0) is known color: Medium Orchid. HEX triplet: CB, 62 and E0. RGB value is (203,98,224). Sum of RGB (Red+Green+Blue) = 203+98+224=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB62E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62E0 is #349D1F. Grayscale: #8F8F8F. Windows color (decimal): -3448096 or 14705355. OLE color: 14705355.

HSL color Cylindrical-coordinate representation of color #CB62E0: hue angle of 290º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB62E0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 98 224 -
CMYK 0.09 0.56 0 0.12
HSL 290º 0.67% 0.63% -
HSV(B) 290º 0.56% 0.88% -
XYZ 42.45 26.81 73.46 -
YUV 143.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 203 98 224 0.09 0.56 0 0.12 290 0.67 0.63
Hex CB 62 E0 9 38 0 C 122 43 3F
Octal 313 142 340 11 70 0 14 442 103 77
Binary 11001011 1100010 11100000 1001 111000 0 1100 100100010 1000011 111111

Color Harmonies of #CB62E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62E0

Black with #CB62E0

Text Example


Text Example

White with #CB62E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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