Html Css Color HEX #C069E8 Medium Orchid

📋 copy color: '#C069E8'

red 192 ◦ green 105 ◦ blue 232

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

Shades of Medium Orchid #C069E8

Tints of Medium Orchid #C069E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.86%

R = 36.29%
G = 19.85%
B = 43.86%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C069E8 (or 0xC069E8) is known color: Medium Orchid. HEX triplet: C0, 69 and E8. RGB value is (192,105,232). Sum of RGB (Red+Green+Blue) = 192+105+232=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #C069E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069E8 is #3F9617. Grayscale: #919191. Windows color (decimal): -4167192 or 15231424. OLE color: 15231424.

HSL color Cylindrical-coordinate representation of color #C069E8: hue angle of 281.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C069E8 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 105 232 -
CMYK 0.17 0.55 0 0.09
HSL 281.1º 0.73% 0.66% -
HSV(B) 281.1º 0.55% 0.91% -
XYZ 41.36 27.14 79.4 -
YUV 145.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 192 105 232 0.17 0.55 0 0.09 281.1 0.73 0.66
Hex C0 69 E8 11 37 0 9 119 49 42
Octal 300 151 350 21 67 0 11 431 111 102
Binary 11000000 1101001 11101000 10001 110111 0 1001 100011001 1001001 1000010

Color Harmonies of #C069E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069E8

Black with #C069E8

Text Example


Text Example

White with #C069E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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