#C67DDA

Color #C67DDA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67DDA

Tints of Orchid #C67DDA

Color information

#C67DDA (or 0xC67DDA) is unknown color: approx Orchid. HEX triplet: C6, 7D and DA. RGB value is (198,125,218). Sum of RGB (Red+Green+Blue) = 198+125+218=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DDA is #398225. Grayscale: #9D9D9D. Windows color (decimal): -3768870 or 14319046. OLE color: 14319046.

HSL color Cylindrical-coordinate representation of color #C67DDA: hue angle of 287.1º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67DDA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198125218-
CMYK0.090.4300.15
HSL287.1º55.69%67.25%-
HSV(B)287.1º42.66%85.49%-
XYZ43.2831.7370.17-
YUV157.43162.18156.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=36.60%
G=23.11%
B=40.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981252180.090.4300.15287.155.6967.25
HexC67DDA92B0F11f3843
Octal306175332115301743770103
Binary110001101111101110110101001101011011111000111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DDA; }

 p { color: rgb(198,125,218); }

 H1.HeaderClassName
 {
   color: #C67DDA;
 }
 .AnyTagClassName
 {
   color: #C67DDA;
 }
</style>
background-color css

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

 a { background-color: rgb(198,125,218); }

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

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

 span { border-color: rgb(198,125,218); }

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