Html Css Color HEX #C067CE Medium Orchid

📋 copy color: '#C067CE'

red 192 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #C067CE

Tints of Medium Orchid #C067CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.56%

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

R = 38.32%
G = 20.56%
B = 41.12%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C067CE (or 0xC067CE) is known color: Medium Orchid. HEX triplet: C0, 67 and CE. RGB value is (192,103,206). Sum of RGB (Red+Green+Blue) = 192+103+206=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C067CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CE is #3F9831. Grayscale: #8D8D8D. Windows color (decimal): -4167730 or 13526976. OLE color: 13526976.

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

Color convert

RGB 192 103 206 -
CMYK 0.07 0.50 0 0.19
HSL 291.84º 0.51% 0.61% -
HSV(B) 291.84º 0.5% 0.81% -
XYZ 37.73 25.36 61.3 -
YUV 141.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 192 103 206 0.07 0.50 0 0.19 291.84 0.51 0.61
Hex C0 67 CE 7 32 0 13 124 33 3D
Octal 300 147 316 7 62 0 23 444 63 75
Binary 11000000 1100111 11001110 111 110010 0 10011 100100100 110011 111101

Color Harmonies of #C067CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067CE

Black with #C067CE

Text Example


Text Example

White with #C067CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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