#C67ADD

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

Shades of Orchid #C67ADD

Tints of Orchid #C67ADD

Color information

#C67ADD (or 0xC67ADD) is unknown color: approx Orchid. HEX triplet: C6, 7A and DD. RGB value is (198,122,221). Sum of RGB (Red+Green+Blue) = 198+122+221=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C67ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADD is #398522. Grayscale: #9B9B9B. Windows color (decimal): -3769635 or 14514886. OLE color: 14514886.

HSL color Cylindrical-coordinate representation of color #C67ADD: hue angle of 286.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67ADD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198122221-
CMYK0.100.4500.13
HSL286.06º59.28%67.25%-
HSV(B)286.06º44.8%86.67%-
XYZ43.331.1572.14-
YUV156.01164.68157.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=36.60%
G=22.55%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981222210.100.4500.13286.0659.2867.25
HexC67ADDA2D0D11e3b43
Octal306172335125501543673103
Binary110001101111010110111011010101101011011000111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67ADD; }

 p { color: rgb(198,122,221); }

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

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

 a { background-color: rgb(198,122,221); }

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

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

 span { border-color: rgb(198,122,221); }

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