Html Css Color HEX #C069ED Medium Orchid

📋 copy color: '#C069ED'

red 192 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #C069ED

Tints of Medium Orchid #C069ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 35.96%
G = 19.66%
B = 44.38%

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

#C069ED (or 0xC069ED) is known color: Medium Orchid. HEX triplet: C0, 69 and ED. RGB value is (192,105,237). Sum of RGB (Red+Green+Blue) = 192+105+237=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #C069ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069ED is #3F9612. Grayscale: #919191. Windows color (decimal): -4167187 or 15559104. OLE color: 15559104.

HSL color Cylindrical-coordinate representation of color #C069ED: hue angle of 279.55º degrees, saturation: 0.79, 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 #C069ED is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 105 237 -
CMYK 0.19 0.56 0 0.07
HSL 279.55º 0.79% 0.67% -
HSV(B) 279.55º 0.56% 0.93% -
XYZ 42.08 27.42 83.2 -
YUV 146.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 192 105 237 0.19 0.56 0 0.07 279.55 0.79 0.67
Hex C0 69 ED 13 38 0 7 118 4F 43
Octal 300 151 355 23 70 0 7 430 117 103
Binary 11000000 1101001 11101101 10011 111000 0 111 100011000 1001111 1000011

Color Harmonies of #C069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069ED

Black with #C069ED

Text Example


Text Example

White with #C069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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