Html Css Color HEX #C069CE Medium Orchid

📋 copy color: '#C069CE'

red 192 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #C069CE

Tints of Medium Orchid #C069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 38.17%
G = 20.87%
B = 40.95%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C069CE (or 0xC069CE) is known color: Medium Orchid. HEX triplet: C0, 69 and CE. RGB value is (192,105,206). Sum of RGB (Red+Green+Blue) = 192+105+206=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C069CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069CE is #3F9631. Grayscale: #8E8E8E. Windows color (decimal): -4167218 or 13527488. OLE color: 13527488.

HSL color Cylindrical-coordinate representation of color #C069CE: hue angle of 291.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C069CE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 105 206 -
CMYK 0.07 0.49 0 0.19
HSL 291.68º 0.51% 0.61% -
HSV(B) 291.68º 0.49% 0.81% -
XYZ 37.93 25.77 61.37 -
YUV 142.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 192 105 206 0.07 0.49 0 0.19 291.68 0.51 0.61
Hex C0 69 CE 7 31 0 13 124 33 3D
Octal 300 151 316 7 61 0 23 444 63 75
Binary 11000000 1101001 11001110 111 110001 0 10011 100100100 110011 111101

Color Harmonies of #C069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069CE

Black with #C069CE

Text Example


Text Example

White with #C069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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