Html Css Color HEX #C06BE2 Medium Orchid

📋 copy color: '#C06BE2'

red 192 ◦ green 107 ◦ blue 226

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

Shades of Medium Orchid #C06BE2

Tints of Medium Orchid #C06BE2

RGB

 RED value IS 192 (75.39% from 255) = 36.57%

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 36.57%
G = 20.38%
B = 43.05%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C06BE2 (or 0xC06BE2) is known color: Medium Orchid. HEX triplet: C0, 6B and E2. RGB value is (192,107,226). Sum of RGB (Red+Green+Blue) = 192+107+226=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #C06BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BE2 is #3F941D. Grayscale: #919191. Windows color (decimal): -4166686 or 14838720. OLE color: 14838720.

HSL color Cylindrical-coordinate representation of color #C06BE2: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06BE2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 107 226 -
CMYK 0.15 0.53 0 0.11
HSL 282.86º 0.67% 0.65% -
HSV(B) 282.86º 0.53% 0.89% -
XYZ 40.72 27.21 75.06 -
YUV 145.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 192 107 226 0.15 0.53 0 0.11 282.86 0.67 0.65
Hex C0 6B E2 F 35 0 B 11B 43 41
Octal 300 153 342 17 65 0 13 433 103 101
Binary 11000000 1101011 11100010 1111 110101 0 1011 100011011 1000011 1000001

Color Harmonies of #C06BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BE2

Black with #C06BE2

Text Example


Text Example

White with #C06BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BE2; }

 p { color: rgb(192,107,226); }

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

background-color css

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

 a { background-color: rgb(192,107,226); }

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

border-color css

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

 span { border-color: rgb(192,107,226); }

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