#C67DBE

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

Shades of Orchid #C67DBE

Tints of Orchid #C67DBE

Color information

#C67DBE (or 0xC67DBE) is unknown color: approx Orchid. HEX triplet: C6, 7D and BE. RGB value is (198,125,190). Sum of RGB (Red+Green+Blue) = 198+125+190=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DBE is #398241. Grayscale: #9A9A9A. Windows color (decimal): -3768898 or 12484038. OLE color: 12484038.

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

Color convert

RGB198125190-
CMYK00.370.040.22
HSL306.58º39.04%63.33%-
HSV(B)306.58º36.87%77.65%-
XYZ39.9230.3952.48-
YUV154.24148.18159.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=38.60%
G=24.37%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812519000.370.040.22306.5839.0463.33
HexC67DBE025416133273f
Octal3061752760454264634777
Binary11000110111110110111110010010110010110100110011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DBE; }

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

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

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

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

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

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

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

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