Html Css Color HEX #C067D5 Medium Orchid

📋 copy color: '#C067D5'

red 192 ◦ green 103 ◦ blue 213

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

Shades of Medium Orchid #C067D5

Tints of Medium Orchid #C067D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 37.8%
G = 20.28%
B = 41.93%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C067D5 (or 0xC067D5) is known color: Medium Orchid. HEX triplet: C0, 67 and D5. RGB value is (192,103,213). Sum of RGB (Red+Green+Blue) = 192+103+213=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #C067D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067D5 is #3F982A. Grayscale: #8D8D8D. Windows color (decimal): -4167723 or 13985728. OLE color: 13985728.

HSL color Cylindrical-coordinate representation of color #C067D5: hue angle of 288.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C067D5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 103 213 -
CMYK 0.10 0.52 0 0.16
HSL 288.55º 0.57% 0.62% -
HSV(B) 288.55º 0.52% 0.84% -
XYZ 38.6 25.71 65.88 -
YUV 142.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 192 103 213 0.10 0.52 0 0.16 288.55 0.57 0.62
Hex C0 67 D5 A 34 0 10 121 39 3E
Octal 300 147 325 12 64 0 20 441 71 76
Binary 11000000 1100111 11010101 1010 110100 0 10000 100100001 111001 111110

Color Harmonies of #C067D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067D5

Black with #C067D5

Text Example


Text Example

White with #C067D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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