Html Css Color HEX #C069EE Medium Orchid

📋 copy color: '#C069EE'

red 192 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #C069EE

Tints of Medium Orchid #C069EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 35.89%
G = 19.63%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C069EE (or 0xC069EE) is known color: Medium Orchid. HEX triplet: C0, 69 and EE. RGB value is (192,105,238). Sum of RGB (Red+Green+Blue) = 192+105+238=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #C069EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EE is #3F9611. Grayscale: #919191. Windows color (decimal): -4167186 or 15624640. OLE color: 15624640.

HSL color Cylindrical-coordinate representation of color #C069EE: hue angle of 279.25º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C069EE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 105 238 -
CMYK 0.19 0.56 0 0.07
HSL 279.25º 0.8% 0.67% -
HSV(B) 279.25º 0.56% 0.93% -
XYZ 42.22 27.48 83.97 -
YUV 146.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 192 105 238 0.19 0.56 0 0.07 279.25 0.8 0.67
Hex C0 69 EE 13 38 0 7 117 50 43
Octal 300 151 356 23 70 0 7 427 120 103
Binary 11000000 1101001 11101110 10011 111000 0 111 100010111 1010000 1000011

Color Harmonies of #C069EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069EE

Black with #C069EE

Text Example


Text Example

White with #C069EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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