#C67ABA

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

Shades of Orchid #C67ABA

Tints of Orchid #C67ABA

Color information

#C67ABA (or 0xC67ABA) is unknown color: approx Orchid. HEX triplet: C6, 7A and BA. RGB value is (198,122,186). Sum of RGB (Red+Green+Blue) = 198+122+186=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABA is #398545. Grayscale: #979797. Windows color (decimal): -3769670 or 12221126. OLE color: 12221126.

HSL color Cylindrical-coordinate representation of color #C67ABA: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ABA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198122186-
CMYK00.380.060.22
HSL309.47º40%62.75%-
HSV(B)309.47º38.38%77.65%-
XYZ39.1129.4750.08-
YUV152.02147.18160.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=39.13%
G=24.11%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812218600.380.060.22309.474062.75
HexC67ABA026616135283f
Octal3061722720466264655077
Binary11000110111101010111010010011011010110100110101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67ABA; }

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

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

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

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

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

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

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

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