#C67DD4

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

Shades of Orchid #C67DD4

Tints of Orchid #C67DD4

Color information

#C67DD4 (or 0xC67DD4) is unknown color: approx Orchid. HEX triplet: C6, 7D and D4. RGB value is (198,125,212). Sum of RGB (Red+Green+Blue) = 198+125+212=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #C67DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DD4 is #39822B. Grayscale: #9C9C9C. Windows color (decimal): -3768876 or 13925830. OLE color: 13925830.

HSL color Cylindrical-coordinate representation of color #C67DD4: hue angle of 290.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67DD4 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198125212-
CMYK0.070.4100.17
HSL290.34º50.29%66.08%-
HSV(B)290.34º41.04%83.14%-
XYZ42.5131.4366.11-
YUV156.74159.18157.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=37.01%
G=23.36%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981252120.070.4100.17290.3450.2966.08
HexC67DD47290111223242
Octal30617532475102144262102
Binary110001101111101110101001111010010100011001000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DD4; }

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

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

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

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

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

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

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

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