Html Css Color HEX #C069EB Medium Orchid

📋 copy color: '#C069EB'

red 192 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #C069EB

Tints of Medium Orchid #C069EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.74%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 36.09%
G = 19.74%
B = 44.17%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C069EB (or 0xC069EB) is known color: Medium Orchid. HEX triplet: C0, 69 and EB. RGB value is (192,105,235). Sum of RGB (Red+Green+Blue) = 192+105+235=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C069EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EB is #3F9614. Grayscale: #919191. Windows color (decimal): -4167189 or 15428032. OLE color: 15428032.

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

Color convert

RGB 192 105 235 -
CMYK 0.18 0.55 0 0.08
HSL 280.15º 0.76% 0.67% -
HSV(B) 280.15º 0.55% 0.92% -
XYZ 41.79 27.31 81.67 -
YUV 145.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 192 105 235 0.18 0.55 0 0.08 280.15 0.76 0.67
Hex C0 69 EB 12 37 0 8 118 4C 43
Octal 300 151 353 22 67 0 10 430 114 103
Binary 11000000 1101001 11101011 10010 110111 0 1000 100011000 1001100 1000011

Color Harmonies of #C069EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069EB

Black with #C069EB

Text Example


Text Example

White with #C069EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069EB; }

 p { color: rgb(192,105,235); }

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

background-color css

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

 a { background-color: rgb(192,105,235); }

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

border-color css

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

 span { border-color: rgb(192,105,235); }

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