#C67EBD

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

Shades of Orchid #C67EBD

Tints of Orchid #C67EBD

Color information

#C67EBD (or 0xC67EBD) is unknown color: approx Orchid. HEX triplet: C6, 7E and BD. RGB value is (198,126,189). Sum of RGB (Red+Green+Blue) = 198+126+189=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EBD is #398142. Grayscale: #9A9A9A. Windows color (decimal): -3768643 or 12418758. OLE color: 12418758.

HSL color Cylindrical-coordinate representation of color #C67EBD: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EBD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198126189-
CMYK00.360.050.22
HSL307.5º38.71%63.53%-
HSV(B)307.5º36.36%77.65%-
XYZ39.9330.651.95-
YUV154.71147.35158.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=38.60%
G=24.56%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812618900.360.050.22307.538.7163.53
HexC67EBD0245161342740
Octal30617627504452646447100
Binary110001101111110101111010100100101101101001101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67EBD; }

 p { color: rgb(198,126,189); }

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

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

 a { background-color: rgb(198,126,189); }

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

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

 span { border-color: rgb(198,126,189); }

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